Commit d8ddbe8de9a648b0cdfe0e8a6b2e456689e7fc24
1 parent
996e2e6f
u
Showing
1 changed file
with
56 additions
and
56 deletions
04.用户云/3.7 App批量解绑手机号.md
| 1 | -#### 请求方式: POST | ||
| 2 | ------ | ||
| 3 | -#### 返回格式: JSON | ||
| 4 | ------ | ||
| 5 | -#### 请求参数说明: | ||
| 6 | -<table class="table table-bordered table-striped table-condensed"> | ||
| 7 | - <tr> | ||
| 8 | - <th>参数</th> | ||
| 9 | - <th>必选</th> | ||
| 10 | - <th>类型</th> | ||
| 11 | - <th>说明</th> | ||
| 12 | - </tr> | ||
| 13 | - <tr> | ||
| 14 | - <td>appId</td> | ||
| 15 | - <td>true</td> | ||
| 16 | - <td>string</td> | ||
| 17 | - <td>应用ID</td> | ||
| 18 | - </tr> | ||
| 19 | - <tr> | ||
| 20 | - <td>mobile</td> | ||
| 21 | - <td>true</td> | ||
| 22 | - <td>string</td> | ||
| 23 | - <td>手机号;多个手机号以英文,号分割</td> | ||
| 24 | - </tr> | ||
| 25 | - <tr> | ||
| 26 | - <td>clientPlat</td> | ||
| 27 | - <td>true</td> | ||
| 28 | - <td>string</td> | ||
| 29 | - <td>客户端平台[i:IOS客户端,a:Android客户端;w:网页]</td> | ||
| 30 | - </tr> | ||
| 31 | -</table> | ||
| 32 | - | ||
| 33 | ------ | ||
| 34 | -#### 返回格式说明: | ||
| 35 | -``` | ||
| 36 | -{ | ||
| 37 | - "errorCode": "0", | ||
| 38 | - "errorMessage": "成功", | ||
| 39 | - "data": { | ||
| 40 | - "mobiles": [ | ||
| 41 | - "xxxxxx" | ||
| 42 | - ] | ||
| 43 | - } | ||
| 44 | -} | ||
| 45 | -{ | ||
| 46 | - "errorCode":"1", | ||
| 47 | - "errorMessage":"请求参数无效" | ||
| 48 | -} | ||
| 49 | -{ | ||
| 50 | - "errorCode":"41005", | ||
| 51 | - "errorMessage":"ClientPlat无效" | ||
| 52 | -} | ||
| 53 | -{ | ||
| 54 | - "errorCode":"40005", | ||
| 55 | - "errorMessage":"其他错误" | ||
| 56 | -} | 1 | +#### 请求方式: POST |
| 2 | +----- | ||
| 3 | +#### 返回格式: JSON | ||
| 4 | +----- | ||
| 5 | +#### 请求参数说明: | ||
| 6 | +<table class="table table-bordered table-striped table-condensed"> | ||
| 7 | + <tr> | ||
| 8 | + <th>参数</th> | ||
| 9 | + <th>必选</th> | ||
| 10 | + <th>类型</th> | ||
| 11 | + <th>说明</th> | ||
| 12 | + </tr> | ||
| 13 | + <tr> | ||
| 14 | + <td>appId</td> | ||
| 15 | + <td>true</td> | ||
| 16 | + <td>string</td> | ||
| 17 | + <td>应用ID</td> | ||
| 18 | + </tr> | ||
| 19 | + <tr> | ||
| 20 | + <td>mobile</td> | ||
| 21 | + <td>true</td> | ||
| 22 | + <td>string</td> | ||
| 23 | + <td>手机号;多个手机号以英文,号分割</td> | ||
| 24 | + </tr> | ||
| 25 | + <tr> | ||
| 26 | + <td>clientPlat</td> | ||
| 27 | + <td>true</td> | ||
| 28 | + <td>string</td> | ||
| 29 | + <td>客户端平台[i:IOS客户端,a:Android客户端;w:网页]</td> | ||
| 30 | + </tr> | ||
| 31 | +</table> | ||
| 32 | + | ||
| 33 | +----- | ||
| 34 | +#### 返回格式说明: | ||
| 35 | +``` | ||
| 36 | +{ | ||
| 37 | + "errorCode": "0", | ||
| 38 | + "errorMessage": "成功", | ||
| 39 | + "data": { | ||
| 40 | + "mobiles": [ | ||
| 41 | + "xxxxxx" //已成功解绑的手机号 | ||
| 42 | + ] | ||
| 43 | + } | ||
| 44 | +} | ||
| 45 | +{ | ||
| 46 | + "errorCode":"1", | ||
| 47 | + "errorMessage":"请求参数无效" | ||
| 48 | +} | ||
| 49 | +{ | ||
| 50 | + "errorCode":"41005", | ||
| 51 | + "errorMessage":"ClientPlat无效" | ||
| 52 | +} | ||
| 53 | +{ | ||
| 54 | + "errorCode":"40005", | ||
| 55 | + "errorMessage":"其他错误" | ||
| 56 | +} | ||
| 57 | ``` | 57 | ``` |
| 58 | \ No newline at end of file | 58 | \ No newline at end of file |