Commit 62df1f529e8b7a10c56ad3f5f7388a2e46cfdc03
1 parent
e731c401
u
Showing
1 changed file
with
54 additions
and
0 deletions
04.用户云/4.5.1 查询用户信息.md
0 → 100644
| 1 | +#### 请求参数说明: | |
| 2 | +<table class="table table-bordered table-striped table-condensed"> | |
| 3 | + | |
| 4 | + <tr> | |
| 5 | + <td>appId</td> | |
| 6 | + <td>true</td> | |
| 7 | + <td>string</td> | |
| 8 | + <td>应用ID</td> | |
| 9 | + </tr> | |
| 10 | + <tr> | |
| 11 | + <td>originalAppId</td> | |
| 12 | + <td>true</td> | |
| 13 | + <td>string</td> | |
| 14 | + <td>应用ID</td> | |
| 15 | + </tr> | |
| 16 | + <tr> | |
| 17 | + <td>sid</td> | |
| 18 | + <td>true</td> | |
| 19 | + <td>string</td> | |
| 20 | + <td>sid日期的加密串</td> | |
| 21 | + </tr> | |
| 22 | + <tr> | |
| 23 | + <th>clientPlat</th> | |
| 24 | + <th>true</th> | |
| 25 | + <th>string</th> | |
| 26 | + <th></th> | |
| 27 | + </tr> | |
| 28 | +</table> | |
| 29 | + | |
| 30 | +----- | |
| 31 | +#### ���ظ�ʽ˵��: | |
| 32 | +``` | |
| 33 | +{ | |
| 34 | + "errorCode": "0", | |
| 35 | + "errorMessage": "�ɹ�", | |
| 36 | + "data": { | |
| 37 | + "uid": "100054", | |
| 38 | + "mobile": "15810329218", | |
| 39 | + "email": "" | |
| 40 | + } | |
| 41 | +} | |
| 42 | +{ | |
| 43 | + "errorCode":"1", | |
| 44 | + "errorMessage":"���������Ч" | |
| 45 | +} | |
| 46 | +{ | |
| 47 | + "errorCode":"40002", | |
| 48 | + "errorMessage":"δ���ּ�¼" | |
| 49 | +} | |
| 50 | +{ | |
| 51 | + "errorCode":"40005", | |
| 52 | + "errorMessage":"��������" | |
| 53 | +} | |
| 54 | +``` | |
| 0 | 55 | \ No newline at end of file | ... | ... |