fix(im): sendGroupMsgText取消From_Account注释,使fromUserId生效

This commit is contained in:
2026-07-07 12:07:17 +08:00
parent 8efc5bbd56
commit 37132eeeb6
@@ -239,7 +239,7 @@ public class TencentCloudImUtil {
param.put("GroupId", imGroupMsgTextReqVO.getGroupId());
param.put("MsgPriority", "High");
param.put("Random", this.getRandom());
// param.put("From_Account", imGroupMsgTextReqVO.getFromUserId());
param.put("From_Account", imGroupMsgTextReqVO.getFromUserId());
param.put("MsgRandom", this.getRandomNum(8));
param.put("MsgTimeStamp", DateUtils.dateToUnixLong(new Date()));
param.put("CloudCustomData", new JSONObject().fluentPut("fromAdmin", true).toJSONString());