Commit d99d0b8ca13cda41ba63dc2dc15797d969a10b8f
1 parent
b4c9a46c
u
Showing
1 changed file
with
40 additions
and
0 deletions
04.用户云/5.3 上报用户白名单.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>uid</td> | ||
| 17 | + <td>true</td> | ||
| 18 | + <td>string</td> | ||
| 19 | + <td>用户ID</td> | ||
| 20 | + </tr> | ||
| 21 | + <tr> | ||
| 22 | + <td>type</td> | ||
| 23 | + <td>true</td> | ||
| 24 | + <td>string</td> | ||
| 25 | + <td>服务类型,唯一</td> | ||
| 26 | + </tr> | ||
| 27 | +</table> | ||
| 28 | + | ||
| 29 | +----- | ||
| 30 | +#### 返回格式说明: | ||
| 31 | +``` | ||
| 32 | +{ | ||
| 33 | + "errorCode": "0", | ||
| 34 | + "errorMessage": "成功" | ||
| 35 | +} | ||
| 36 | +{ | ||
| 37 | + "errorCode":"1", | ||
| 38 | + "errorMessage":"请求参数无效" | ||
| 39 | +} | ||
| 40 | +``` | ||
| 0 | \ No newline at end of file | 41 | \ No newline at end of file |