Commit e1307841 by agan

xg

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