Commit 4e5fffe1641af00eac582863e279435eb3e0eaee
1 parent
72a175bd
u
Showing
1 changed file
with
10 additions
and
1 deletions
05.互动云/11.4 投票-站外.md
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | <th>说明</th> | 15 | <th>说明</th> |
| 16 | </tr> | 16 | </tr> |
| 17 | <tr> | 17 | <tr> |
| 18 | - <td>spId</td> | 18 | + <td>appId</td> |
| 19 | <td>true</td> | 19 | <td>true</td> |
| 20 | <td>string</td> | 20 | <td>string</td> |
| 21 | <td>应用ID</td> | 21 | <td>应用ID</td> |
| @@ -96,6 +96,15 @@ | @@ -96,6 +96,15 @@ | ||
| 96 | "errorCode":"51009", | 96 | "errorCode":"51009", |
| 97 | "errorMessage":"请勿重复投票" | 97 | "errorMessage":"请勿重复投票" |
| 98 | } | 98 | } |
| 99 | +{ | ||
| 100 | + "errorCode":"51011", | ||
| 101 | + "errorMessage":"已达到当天站外限制" | ||
| 102 | +} | ||
| 103 | +{ | ||
| 104 | + "errorCode":"108", | ||
| 105 | + "errorMessage":"已达到当天限制" | ||
| 106 | +} | ||
| 107 | + | ||
| 99 | 108 | ||
| 100 | { | 109 | { |
| 101 | errorCode:"xxx", //错误代码(非0) | 110 | errorCode:"xxx", //错误代码(非0) |