chore(im): 文章推送增加请求参数日志,便于验证businessId等信息

This commit is contained in:
2026-07-07 13:51:58 +08:00
parent 4898a63b4b
commit 9b35cfe9c2
@@ -309,6 +309,9 @@ public class TencentCloudImUtil {
JSONArray msgBody = new JSONArray();
msgBody.add(item);
param.put("MsgBody", msgBody);
log.info("文章推送请求参数: GroupId={}, From_Account={}, content={}, CloudCustomData={}",
req.getGroupId(), fromUserId, jj.toString(),
param.getString("CloudCustomData"));
String jsonStr = HttpUtil.doPost(buildRequestUrl(url), param.toString());
if (StringUtils.isNotEmpty(jsonStr)) {
JSONObject jsonObj = JSONObject.parseObject(jsonStr);