Commit cc2f0f12 by dawei

feat: 更新

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