手机注册
POST
/api/reg_mobile
接口描述
手机注册
请求头
参数名
类型
描述
必填
Content-Type
内容格式。 取值:application/json;charset=utf-8
必填
请求参数
参数名
类型
描述
必填
api_key
String
api验证key
必填
mobile
String
手机号
必填
password
String
密码
必填
time
String
时间
必填
sign
String
签名
必填
country
String
手机号对应的国家编码,比如中国(+86)
必填
响应参数
参数名
类型
描述
必填
code
int
状态码:0成功,其他状态码为失败
必填
msg
String
具体错误描述or成功描述
必填