Skip to content

Commit c58e4c1

Browse files
committed
修复im 无法获取token的bug
1 parent f332906 commit c58e4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkv_sdk/im/im.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def getTokenByThirdUID(third_uid):
3535
'nonce': nonce,
3636
'timestamp': timestamp,
3737
'cmimToken': cmimToken,
38+
'signature': cmimToken,
3839
'sign': sign,
3940
'appkey': config().app_key,
4041
'appUid': third_uid,
@@ -99,7 +100,6 @@ def pushConverseData(from_uid, to_uid, object_name, content,
99100
'sign': sign,
100101
'appkey': config().app_key,
101102
'appId': config().app_id,
102-
'signature': sign,
103103
}
104104

105105
params = {

0 commit comments

Comments
 (0)