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)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
用户修改真实姓名绑定邮箱.md
用户修改真实姓名绑定邮箱.md
deleted
100644 → 0
View file @
a70f833
###接口地址
```
`
/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