@custouch/jssdk
Preparing search index...
service/webinar
getMuduKey
Function getMuduKey
getMuduKey
(
uaId
?:
string
,
assignId
?:
string
,
freeLogin
?:
0
|
1
,
)
:
Promise
<
{
code
:
ReturnCode
;
detail
:
{
key
:
string
}
}
>
获取mudu身份赋予的token
Parameters
Optional
uaId
:
string
= config.uaId
Optional
assignId
:
string
openid 不存在的情况下传入assignId防止为空
Optional
freeLogin
:
0
|
1
= 0
Returns
Promise
<
{
code
:
ReturnCode
;
detail
:
{
key
:
string
}
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...
获取mudu身份赋予的token