Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
wiki-php
Wiki
code standard
code standard
· Changes
Page history
wangqs created page: code standard
authored
Jul 11, 2016
by
互联网应用开发
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
code-standard.md
code-standard.md
+1
-1
No files found.
code-standard.md
View page @
e4cc8649
...
@@ -88,7 +88,7 @@ class Person {
...
@@ -88,7 +88,7 @@ class Person {
<pre>
<pre>
{
{
code: 0,1,2, //返回成功 统一取零
code: 0,1,2, //返回成功 统一取零
result
: [] | {}, //需要返回的数据
data
: [] | {}, //需要返回的数据
message:"错误信息说明"
message:"错误信息说明"
}
}
...
...