Properties
AccessResponse
Access
Response
: { code
?: AccessCode; redirect
?: string }Type declaration
Optional redirect?: string
Limit
Limit: { detail: { notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm"; wechatLimit: "base" | "userinfo" | "nothing" | "validateForm" } }
Type declaration
detail: { notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm"; wechatLimit: "base" | "userinfo" | "nothing" | "validateForm" }
notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm"
wechatLimit: "base" | "userinfo" | "nothing" | "validateForm"
LimitConfig
LimitConfig: "base" | "userinfo" | "nothing" | "validateForm"
LimitDetail
LimitDetail: { notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm"; wechatLimit: "base" | "userinfo" | "nothing" | "validateForm" }
Type declaration
notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm"
wechatLimit: "base" | "userinfo" | "nothing" | "validateForm"
权限需要用到的字段
Access