Commit d82dc619 by xiongjiangtao

二维码

parent ece97f8e
......@@ -369,7 +369,7 @@ public class GroupChatActivityController {
}
JSONObject param = new JSONObject();
JSONObject activityIdParam = new JSONObject();
activityIdParam.put("chatActivityId", chatActivityId);
activityIdParam.put("chatActivityId", chatActivityId.toString());
param.put("params", activityIdParam);
param.put("id", "group_chat_activity");
Map<String, Object> wxaLinkAndQrCode = enterpriseWxaLinkService.getWxaLinkAndQrCode(enterpriseId, param.toJSONString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment