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
JiangTengfei
2015-05-18 18:03:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ba8bab381039ad9d1f3dae2eb77d1c203c7ef3c
1ba8bab3
1 parent
d34e68ad
Created 修改昵称接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
修改昵称接口.md
修改昵称接口.md
0 → 100644
View file @
1ba8bab
1
+
####接口地址:
2
+
/user/changeNickname
3
+
4
+
####POST参数:
5
+
| 参数名 | 说明 | 是否必须 |
6
+
|-------------------|----------------|---------|
7
+
|name | 新昵称 | 是 |
8
+
9
+
####返回值:
10
+
{
11
+
"id": 3135,
12
+
"username": "447900226@qq.com",
13
+
"nickname": "hehehouhou"
14
+
}
Please
register
or
login
to post a comment