Sign in
OPEN-API
/
WIKI
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1eb9a6623331a5172526bf7a9414dcacea07464c
Authored by
马亚鑫
2020-07-10 16:36:22 +0800
1 parent
4c24fe24
add errorcode
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
05.互动云/11.1 投票-投票.md
05.互动云/11.3 投票-投票防刷票.md
05.互动云/11.1 投票-投票.md
View file @
1eb9a66
...
...
@@ -85,6 +85,10 @@
85
85
"errorMessage":"您已达到分钟操作限制"
86
86
}
87
87
{
88
+ "errorCode":"108",
89
+ "errorMessage":"您已达到当天内容操作限制"
90
+}
91
+{
88
92
errorCode:"xxx", //错误代码(非0)
89
93
errorMsg:"失败" //错误信息
90
94
}
...
...
05.互动云/11.3 投票-投票防刷票.md
View file @
1eb9a66
...
...
@@ -95,6 +95,10 @@
95
95
"errorMessage":"您已达到分钟操作限制"
96
96
}
97
97
{
98
+ "errorCode":"108",
99
+ "errorMessage":"您已达到当天内容操作限制"
100
+}
101
+{
98
102
errorCode:"xxx", //错误代码(非0)
99
103
errorMsg:"失败" //错误信息
100
104
}
...
...