Skip to content

Commit a58a63c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkv_sdk/im/im.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def getTokenByThirdUID(third_uid: str) -> dict:
3939
'appkey': config().app_key,
4040
'appUid': third_uid,
4141
'appId': config().app_id,
42-
'signature': sign,
42+
'signature': cmimToken,
4343
}
4444

4545
params = {

0 commit comments

Comments
 (0)