We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0e4b9 commit a58a63cCopy full SHA for a58a63c
linkv_sdk/im/im.py
@@ -39,7 +39,7 @@ def getTokenByThirdUID(third_uid: str) -> dict:
39
'appkey': config().app_key,
40
'appUid': third_uid,
41
'appId': config().app_id,
42
- 'signature': sign,
+ 'signature': cmimToken,
43
}
44
45
params = {
0 commit comments