@custouch/jssdk
Preparing search index...
service/access
findLimit
Function findLimit
findLimit
(
uaId
?:
string
,
type
?:
AccessType
,
)
:
|
null
|
Promise
<
{
detail
:
{
notWechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
wechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
}
;
}
,
>
查询微站权限配置
Parameters
Optional
uaId
:
string
= config.uaId
Optional
type
:
AccessType
= wxConfig.accessType
Returns
|
null
|
Promise
<
{
detail
:
{
notWechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
wechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
}
;
}
,
>
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...
查询微站权限配置