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
互联网应用开发
project-changning
Wiki
api
api
· Changes
Page history
wangqs created page: api
authored
Jun 13, 2016
by
陈昌
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
api.md
api.md
+9
-2
No files found.
api.md
View page @
96328015
#### 登陆
地址:
地址:
/login
参数列表:
action: String 定值 login
username : String 对应用户名
password : String 对应密码
返回值说明:
code:0 代表登录成功
code:100 用户名或密码有空值
code:101 登录用户名格式不正确
code:102 用户名或密码有误
...
...