Commit f251c70b by 王祖波

Merge remote-tracking branch 'origin/feature-chat-activity' into feature-chat-activity

parents 5e793585 d82dc619
...@@ -369,7 +369,7 @@ public class GroupChatActivityController { ...@@ -369,7 +369,7 @@ public class GroupChatActivityController {
} }
JSONObject param = new JSONObject(); JSONObject param = new JSONObject();
JSONObject activityIdParam = new JSONObject(); JSONObject activityIdParam = new JSONObject();
activityIdParam.put("chatActivityId", chatActivityId); activityIdParam.put("chatActivityId", chatActivityId.toString());
param.put("params", activityIdParam); param.put("params", activityIdParam);
param.put("id", "group_chat_activity"); param.put("id", "group_chat_activity");
Map<String, Object> wxaLinkAndQrCode = enterpriseWxaLinkService.getWxaLinkAndQrCode(enterpriseId, param.toJSONString()); 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