Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cc2f0f12
authored
4 days ago
by
dawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 更新
parent
b5f2bad4
master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
js/webAppComm.js
js/webAppComm.js
View file @
cc2f0f12
...
...
@@ -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
,
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment