Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chong
2015-09-24 20:08:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
17878f3c96641c4fe8adc4ecd0fba746480ae482
17878f3c
1 parent
a70f8339
Destroyed 用户修改真实姓名绑定邮箱 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
用户修改真实姓名绑定邮箱.md
用户修改真实姓名绑定邮箱.md
deleted
100644 → 0
View file @
a70f833
1
-
###接口地址
2
-
```
`
3
-
/user/profile
4
-
```
`
5
-
###请求方式
6
-
```
`
7
-
POST请求
8
-
```
`
9
-
###参数
10
-
```
`
11
-
realname:测试
12
-
email:test@boxfish.cn
13
-
```
`
14
-
15
-
###返回值
16
-
```
json
17
-
{
18
-
"id"
:
101
,
19
-
"real_name"
:
"测试"
,
20
-
"username"
:
"test@boxfish.cn"
21
-
}
22
-
```
Please
register
or
login
to post a comment