文档
测试

绑定用户

POST
http://47.100.121.208:8081/api/v1/bindUserMobile

请求头

参数名
类型
描述
必填
Authorization
String
访问口令{token}
必填
Content-Type
String
数据协议,默认-application/json
必填

请求参数

参数名
类型
描述
必填
mobile
String
手机号
必填
captcha
String
验证码
必填
username
String
第三方用户名
必填
avatar
String
第三方头像
必填
registrationId
String
推送的设备Id(选填)
必填
openid
String
第三方openid
必填

响应参数

参数名
类型
描述
必填
status
String
响应状态码(200代表成功,反之视为失败)
必填
message
String
详细信息<中文>
必填
result
Object
描述
必填
code
String
详细信息<英文>
必填