Commit f035de4ec2440a5d552003306ab5d65824cf0d4a
1 parent
2aebf9a6
add wiki
Showing
2 changed files
with
144 additions
and
0 deletions
04.用户云/3.8 更改邮箱(未注册邮箱)发激活邮件.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>emailAddr</td> | |
| 17 | + <td>true</td> | |
| 18 | + <td>string</td> | |
| 19 | + <td>收件人地址</td> | |
| 20 | + </tr> | |
| 21 | + <tr> | |
| 22 | + <td>content</td> | |
| 23 | + <td>true</td> | |
| 24 | + <td>string</td> | |
| 25 | + <td>激活链接</td> | |
| 26 | + </tr> | |
| 27 | + <tr> | |
| 28 | + <td>clientPlat</td> | |
| 29 | + <td>true</td> | |
| 30 | + <td>string</td> | |
| 31 | + <td>客户端平台[i:IOS客户端,a:Android客户端, w: 网页]</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 | +} | |
| 48 | +{ | |
| 49 | + "errorCode":"1", | |
| 50 | + "errorMessage":"请求参数无效" | |
| 51 | +} | |
| 52 | +{ | |
| 53 | + "errorCode":"41017", | |
| 54 | + "errorMessage":"邮箱格式错误" | |
| 55 | +} | |
| 56 | +{ | |
| 57 | + "errorCode": "41005", | |
| 58 | + "errorMessage": "ClientPlat无效" | |
| 59 | +} | |
| 60 | +{ | |
| 61 | + "errorCode": "41007", | |
| 62 | + "errorMessage": "该邮箱已存在" | |
| 63 | +} | |
| 64 | +{ | |
| 65 | + "errorCode": "41055", | |
| 66 | + "errorMessage": "邮件发送失败" | |
| 67 | +} | |
| 68 | +{ | |
| 69 | + "errorCode":"40005", | |
| 70 | + "errorMessage":"其他错误" | |
| 71 | +} | |
| 72 | +``` | |
| 0 | 73 | \ No newline at end of file | ... | ... |
04.用户云/更改邮箱(已注册邮箱)发激活邮件.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>emailAddr</td> | |
| 17 | + <td>true</td> | |
| 18 | + <td>string</td> | |
| 19 | + <td>收件人地址</td> | |
| 20 | + </tr> | |
| 21 | + <tr> | |
| 22 | + <td>content</td> | |
| 23 | + <td>true</td> | |
| 24 | + <td>string</td> | |
| 25 | + <td>激活链接</td> | |
| 26 | + </tr> | |
| 27 | + <tr> | |
| 28 | + <td>clientPlat</td> | |
| 29 | + <td>true</td> | |
| 30 | + <td>string</td> | |
| 31 | + <td>客户端平台[i:IOS客户端,a:Android客户端, w: 网页]</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 | +} | |
| 48 | +{ | |
| 49 | + "errorCode":"1", | |
| 50 | + "errorMessage":"请求参数无效" | |
| 51 | +} | |
| 52 | +{ | |
| 53 | + "errorCode":"41017", | |
| 54 | + "errorMessage":"邮箱格式错误" | |
| 55 | +} | |
| 56 | +{ | |
| 57 | + "errorCode": "41005", | |
| 58 | + "errorMessage": "ClientPlat无效" | |
| 59 | +} | |
| 60 | +{ | |
| 61 | + "errorCode": "41054", | |
| 62 | + "errorMessage": "该邮箱未注册" | |
| 63 | +} | |
| 64 | +{ | |
| 65 | + "errorCode": "41055", | |
| 66 | + "errorMessage": "邮件发送失败" | |
| 67 | +} | |
| 68 | +{ | |
| 69 | + "errorCode":"40005", | |
| 70 | + "errorMessage":"其他错误" | |
| 71 | +} | |
| 72 | +``` | |
| 0 | 73 | \ No newline at end of file | ... | ... |