AccessResponse
AccessResponse: { code?: AccessCode; detail?: Record<string, any>; redirect?: string; } Limit
Limit: {
detail: {
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";
}
权限需要用到的字段
Export
Access