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-credit
Wiki
api
api
· Changes
Page history
chenchang created page: sql
authored
Aug 31, 2016
by
金小龙
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
api.md
api.md
+6
-2
No files found.
api.md
View page @
7b835abd
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
#### 修改密码
#### 修改密码
地址:/user/
login
地址:/user/
password
参数列表:
参数列表:
...
@@ -49,6 +49,8 @@
...
@@ -49,6 +49,8 @@
*
new_password : String 对应要更改密码
*
new_password : String 对应要更改密码
*
repassword: String 对应要更改密码
返回值说明:
返回值说明:
返回带有两个参数的josn字符串
返回带有两个参数的josn字符串
...
@@ -57,10 +59,12 @@
...
@@ -57,10 +59,12 @@
*
code:0 代表密码修改成功
*
code:0 代表密码修改成功
*
code:100
缺少参数
*
code:100
密码不能为空
*
code:101 原始密码错误
*
code:101 原始密码错误
*
code:102 两次密码输入不一致
#### 查询消费记录
#### 查询消费记录
...
...