账号注册
开发中POST
/api/login/register请求参数
Body 参数application/x-www-form-urlencoded
channel
integer
必需
注册渠道: [1-微信小程序 2-微信公众号 3-手机H5 4-电脑PC 5-苹果APP 6-安卓APP]
示例值:
1
account
string
账号
示例值:
go123
password
string
密码
示例值:
123456
password_confirm
string
确认密码
示例值:
123456
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 1,
"show": 1,
"msg": "注册成功",
"data": []
}
最后修改时间: 2 年前