Commit 5c355efda31d12f96cb4013d4324f2d7eeb378c0
1 parent
1cee503f
u
Showing
1 changed file
with
76 additions
and
0 deletions
04.用户云/1.6.1 设备号登录.md
0 → 100644
| 1 | +#### 请求参数说明: | |
| 2 | +<table class="table table-bordered table-striped table-condensed"> | |
| 3 | + <tr> | |
| 4 | + <th>参数</th> | |
| 5 | + <th>必选</th> | |
| 6 | + <th>类型</th> | |
| 7 | + <th>说明</th> | |
| 8 | + </tr> | |
| 9 | + <tr> | |
| 10 | + <td>appId</td> | |
| 11 | + <td>true</td> | |
| 12 | + <td>string</td> | |
| 13 | + <td>应用ID</td> | |
| 14 | + </tr> | |
| 15 | + <tr> | |
| 16 | + <td>uuid</td> | |
| 17 | + <td>true</td> | |
| 18 | + <td>string</td> | |
| 19 | + <td>设备ID</td> | |
| 20 | + </tr> | |
| 21 | + <tr> | |
| 22 | + <td>frmId</td> | |
| 23 | + <td>false</td> | |
| 24 | + <td>string</td> | |
| 25 | + <td>渠道ID</td> | |
| 26 | + </tr> | |
| 27 | + <tr> | |
| 28 | + <td>clientPlat</td> | |
| 29 | + <td>true</td> | |
| 30 | + <td>string</td> | |
| 31 | + <td>客户端平台[i:IOS客户端,a:Android客户端]</td> | |
| 32 | + </tr> | |
| 33 | + <tr> | |
| 34 | + <td>sign</td> | |
| 35 | + <td>true</td> | |
| 36 | + <td>string</td> | |
| 37 | + <td>签名</td> | |
| 38 | + </tr> | |
| 39 | +</table> | |
| 40 | + | |
| 41 | +----- | |
| 42 | +#### 返回格式说明: | |
| 43 | +``` | |
| 44 | +{ | |
| 45 | + "errorCode": "0", | |
| 46 | + "errorMessage": "成功", | |
| 47 | + "data": { | |
| 48 | + "uid": "10000000", | |
| 49 | + "nickName": "lili_241", | |
| 50 | + "gender": "n", | |
| 51 | + "location": "", | |
| 52 | + "faceUrl": "http://120.92.63.41:8080/mobile/images/mobilehead/default/face_60X60.jpg", | |
| 53 | + "mobile": "", | |
| 54 | + "email": "lili@cnlive.com", | |
| 55 | + "extInfo": "", | |
| 56 | + "qqUid": "", | |
| 57 | + "wxUid": "", | |
| 58 | + "sinaUid": "", | |
| 59 | + "renrenUid": "", | |
| 60 | + "hUid": "", | |
| 61 | + "token": "qMVBrKYtQvPPKVG+4qyoovh9FQzw6Zd0L1sHbh2Q2wquKSYDBJiUY2+/oTO13iem" | |
| 62 | + } | |
| 63 | +} | |
| 64 | +{ | |
| 65 | + "errorCode": "1", | |
| 66 | + "errorMessage": "请求参数无效" | |
| 67 | +} | |
| 68 | +{ | |
| 69 | + "errorCode": "41005", | |
| 70 | + "errorMessage": "ClientPlat无效" | |
| 71 | +} | |
| 72 | +{ | |
| 73 | + "errorCode": "40005", | |
| 74 | + "errorMessage": "其他错误" | |
| 75 | +} | |
| 76 | +``` | |
| 0 | 77 | \ No newline at end of file | ... | ... |