findLimit( uaId?: string, type?: AccessType,): | null | Promise< { detail: { notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm"; wechatLimit: "base" | "userinfo" | "nothing" | "validateForm"; }; }, > Parameters
Optional
uaId: string = config.uaIdOptional
type: AccessType = wxConfig.accessType
Returns
| null
| Promise<
{
detail: {
notWechatLimit: "base"
| "userinfo"
| "nothing"
| "validateForm";
wechatLimit: "base" | "userinfo" | "nothing" | "validateForm";
};
},
>
查询微站权限配置