文档
测试

用户注册(APP)

POST
/api/User/register

接口描述

用户提交注册信息(小程序和APP的参数有区别)

请求参数

参数名
类型
描述
必填
account
string
账号名称
必填
password
string
密码
必填
phone
string
必传,手机号
必填
verificationCode
string
必传,手机验证码
必填
deviceToken
string
手机终端deviceToken
必填
mobileTerminalType
int
手机终端平台:1安卓2IOS
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
boolean
示例:true
必填