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:02:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e781c3760eb3bf4ac345fe88bf04647f4d7d1258
e781c376
1 parent
5a18a5f5
Created 用户修改真实姓名绑定邮箱 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
用户修改真实姓名绑定邮箱.md
用户修改真实姓名绑定邮箱.md
0 → 100644
View file @
e781c37
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