1.9 登录注册-手机号登录注册.md
1.66 KB
/* Title: 1.9 手机号登录注册 Sort: 19 */
URL: http://api.cnlive.com/open/api/CnliveMobile/user/mobileLogin?sp_id=xxx&...
请求方式: POST
返回格式: JSON
请求参数说明:
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| sp_id | true | string | 服务提供商ID |
| mobile | true | string | 手机号 |
| pwd | true | string | 密码 |
| uuid | true | string | 设备ID |
| frmId | true | string | 渠道ID |
| plat | true | string | 客户端平台[i:IOS客户端,a:Android客户端] |
返回格式说明:
[
{
"id": 1415073,
"username": "t160701024429386",
"mobile": "",
"email": "",
"nick": "洲1467302442938",
"pawd": "670b14728ad9902aecba32e22fa4f6bd",
"gender": 1,
"facepath": "",
"smallFacepath": "",
"createtime": "2016-07-01 00:00:40",
"tvpLiveGold": 0,
"sinauid": "",
"renrenuid": "",
"qquid": "",
"wxuid": "oasSus3EC6ZBRxI9JiaSHC6aCjWA",
"frmId": "tengxun",
"spId": "003_002"
}
]