1.9 登录注册-手机号登录注册.md
1.53 KB
/* Title: 1.9 手机号登录注册 Sort: 19 */
URL: http://api.cnlive.com/open/api/CnliveMobile/user/mobileLogin?sp_id=xxx&...
请求方式: POST
返回格式: JSON
请求参数说明:
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| spId | true | string | 服务提供商ID |
| mobile | true | string | 手机号 |
| pwd | true | string | 密码 |
| verificationCode | true | string | 验证码 |
| uuid | true | string | 设备ID |
| frmId | true | string | 渠道ID |
| clientPlat | true | string | 客户端平台[i:IOS客户端,a:Android客户端] |
返回格式说明:
[
{
"uid": "122",
"userName": "888888888",
"nickName": "手机达人",
"gender": "m", // 性别,m:男、f:女、n:未知
"location": "China",
"faceUrl": "http://www.cnlive.com/selfplatform/upload/face/201462/c3646d4e-5f08-4f0b-9ec0-2ff0d4f393ea.jpg",
"token": "12345678901234567890123456789012",
}
]