文档
测试

手机号注册

POST
http://www.mindordz.com/wanYe/WanyeApiUser_phoneRegistered

接口描述

通过手机号注册用户

请求参数

参数名
类型
描述
必填
phone
string
手机号
必填
passWord
string
密码
必填
otherId
string
设备id
必填

响应参数

参数名
类型
描述
必填
code
string
接口状态码
必填
message
string
调用接口状态描述
必填
data
list
返回结果集
必填
birthday
string
生日
必填
address
string
地址
必填
headPortrait
string
头像
必填
nickName
string
昵称
必填
userId
string
用户id
必填
ClientId
string
客户端id(mqtt使用)
必填

说明 / 示例

``` { "Message": "success", "code": 200, "data": { "birthday": null, "phone": "1239", "sex": null, "address": null, "nickName": null, "userId": "minApp100011", "headPortrait": null, "ClientId": "clientId10003" } ```