获取该平台前台用户访问权限
简要描述
- 用户注册接口
请求URL
、api/platform/getFrontAccessAuth
请求方式
- GET
返回示例
{
"code": 20000,
"msg": "success",
"time": "2020-11-23 14:39:01",
"data": {
"fieldMap": {
"email": "邮箱",
"mobile": "手机",
"gender": "性别",
"birthday": "生日",
"realName": "真实姓名",
"address": "联系地址",
"idCard": "身份证",
"studentCard": "学号",
"job": "职业"
},
"auth": [
{
"rule": "login",
"auth": []
},
{
"rule": "licence",
"auth": []
},
{
"rule": "perfectInfo",
"auth": [
"mobile",
"realName"
]
}
]
}
}
- 更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!