管理员-添加
接口地址:/console/manageradd
请求方式 post
参数:
name 管理员姓名
password 密码
group_id 用户组的id 不传或者0 表示暂时先不设置
phone 手机号
返回格式:
{
"code": 1,
"data": {
},
"msg": "success"
}Last updated
Was this helpful?
请求方式 post
name 管理员姓名
password 密码
group_id 用户组的id 不传或者0 表示暂时先不设置
phone 手机号
{
"code": 1,
"data": {
},
"msg": "success"
}Last updated
Was this helpful?
Was this helpful?