You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
请@群主
| |
雷军辉
|
|
[email protected]
|
签名由 网易邮箱大师 定制
在2021年01月07日 18:47,View 写道:
在群组里发送一条包含@的普通消息, 返回的 CIMMessage 结构体中 m_strAtList 字段的值使用逗号分隔的方式错误.
例如:
,10084991008571
正确的值应该为:
1008499,1008571
调用的方法为:
CIMMessage* XHGroupManager::sendMessage(string groupID, list atUserIDs, string Message);
望尽快核实并修复
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
在群组里发送一条包含@的普通消息, 返回的
CIMMessage
结构体中m_strAtList
字段的值使用逗号分隔的方式错误.例如:
正确的值应该为:
调用的方法为:
望尽快核实并修复
The text was updated successfully, but these errors were encountered: