Commit 66ae251a01d49ef995f06cbc59928718dbf8fc2c
1 parent
62df1f52
u
Showing
1 changed file
with
43 additions
and
53 deletions
04.用户云/4.5.1 查询用户信息.md
| 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 | -} | |
| 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>客户端平台[i:IOS客户端,a:Android客户端, w: 网页]</th> | |
| 27 | + </tr> | |
| 28 | +</table> | |
| 29 | + | |
| 30 | +----- | |
| 31 | +#### 返回格式说明: | |
| 32 | +``` | |
| 33 | +{ | |
| 34 | + "errorCode": "0", | |
| 35 | + "errorMessage": "成功", | |
| 36 | + "data": { | |
| 37 | + "mobile": "158xxxx7170" | |
| 38 | + } | |
| 39 | +} | |
| 40 | +{ | |
| 41 | + "errorCode": "1", | |
| 42 | + "errorMessage": "请求参数无效" | |
| 43 | +} | |
| 54 | 44 | ``` |
| 55 | 45 | \ No newline at end of file | ... | ... |