fix(im): sendGroupMsgText取消From_Account注释,使fromUserId生效
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user