接口名称 手机密码登录     签名 web domain
地址 https://api.cnlive.com/open/api2/user/loginInMobile
method post
返回数据 json

请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
countryCode true string 国家代码
mobile true string 手机号
randomCode true string 图形验证码
pwd true string 密码
uuid true string 设备ID
frmId false string 渠道ID
clientPlat true string 客户端平台[i:IOS客户端,a:Android客户端, w: 网页]
sign true string 签名

返回格式说明:

{
 "errorCode": "0",
 "errorMessage": "成功",
 "data": {
 "uid": "1466133",
 "nickName": "123_542",
 "gender": "n",
 "location": "",
 "faceUrl": "http://120.92.63.41:8080/mobile/images/mobilehead/default/face_60X60.jpg",
 "mobile": "",
 "email": "123@cnlive.com",
 "extInfo": "",
 "qqUid": "",
 "wxUid": "",
 "sinaUid": "",
 "renrenUid": "",
 "hUid": "",
 "token": "4zHHpef+tM7MOiRJF2+CMvW+TXGQzxSHACYyRNDjT0qU9I1VgG6KRQ=="
 }
}

{
 "errorCode": "42001",
 "errorMessage": "未发现此用户"
}

{
 "errorCode": "42002",
 "errorMessage": "用户名或密码错误"
}

{
 "errorCode": "42003",
 "errorMessage": "密码错误"
}