Commit 9c578d4c by 罗长华

事件消息operator返回id

parent 3c32cadc
......@@ -1119,7 +1119,7 @@ public class ImConversationServiceImpl extends BaseServiceImpl<ImConversationMap
GroupChatSettingTypeEnum type = param.getType();
// 消息内容
Map<String, Object> content = new HashMap<>();
content.put("operator", operatorClient.getClientId());
content.put("operator", operatorClient.getId());
switch (type) {
case NAME:
content.put("name", param.getName());
......
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