1.7 设备号登录.md
1.6 KB
请求参数说明:
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | true | string | 应用ID |
| uuid | true | string | 设备ID_时间戳 |
| frmId | false | string | 渠道ID |
| clientPlat | true | string | 客户端平台[i:IOS客户端,a:Android客户端, w: 网页] |
| sign | true | string | 签名 |
返回格式说明:
{
"errorCode": "0",
"errorMessage": "成功",
"data": {
"uid": "10290551",
"nickName": "游客_8869877099",
"gender": "n",
"location": "",
"faceUrl": "http://120.92.63.41:8080/mobile/images/mobilehead/default/face_60X60.jpg",
"mobile": "",
"email": "",
"extInfo": "",
"qqUid": "",
"wxUid": "",
"sinaUid": "",
"renrenUid": "",
"hUid": "",
"token": "qMVBrKYtQvPPKVG+4qyoovh9FQzw6Zd0L1sHbh2Q2wquKSYDBJiUY2+/oTO13iem"
}
}
{
"errorCode": "1",
"errorMessage": "请求参数无效"
}
{
"errorCode": "41048",
"errorMessage": "UUID无效"
}
{
"errorCode": "41005",
"errorMessage": "ClientPlat无效"
}
{
"errorCode": "40005",
"errorMessage": "其他错误"
}