Commit cc2f0f12 by dawei

feat: 更新

parent b5f2bad4
Showing with 2 additions and 2 deletions
......@@ -574,14 +574,14 @@ webAppComm.prototype.openSignRemind = function () {
webAppCollaboration(obj2);
}
// 39: 告知客户端渠道信息和uid
webAppComm.prototype.sendBindInfos = function (cid, uid, lang, type) {
webAppComm.prototype.sendBindInfos = function (cid, uid, lang, type, origin) {
let obj = {
"cid": 39,
"data": {
"channelId": cid,
"agentUid": uid,
"lang": lang,
"bindType": type
"bindType": type,
}
}
......
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 sign in to comment