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)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
用户修改真实姓名绑定邮箱.md
用户修改真实姓名绑定邮箱.md
0 → 100644
View file @
e781c37
###接口地址
```
`
/user/profile
```
`
###请求方式
```
`
POST请求
```
`
###参数
```
`
realname:测试
email:test@boxfish.cn
```
`
###返回值
```
json
{
"id"
:
101
,
"real_name"
:
"测试"
,
"username"
:
"test@boxfish.cn"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment