Toggle navigation
Toggle navigation
This project
Loading...
Sign in
michaelcao
/
API-Interfaces
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhouxiang
9 years ago
Commit
33a7bbb6ee2929ee4adb2226c64ce949e2605852
1 parent
d36dbba0
no message
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
18 deletions
社区/个人中心相关接口.md
社区/个人中心相关接口.md
View file @
33a7bbb
...
...
@@ -464,26 +464,28 @@ code为200即为成功,否则是失败。
响应成功JSON格式如下所示:
```
json
{
"alg"
:
"SALT_MD5"
,
"code"
:
200
,
"message"
:
"获取用户信息成功"
,
"md5"
:
"c20f31e50478cd86241c54a548c43e23"
,
"alg"
:
"SALT_MD5"
,
"data"
:
{
"age"
:
18
,
"birthday"
:
"2015-12-26"
,
"createTime"
:
1467870980
,
"gender"
:
"1"
,
"headIco"
:
"http://img10.static.yhbimg.com/yhb-img01/2016/06/28/17/01b4ab5ad41e5b2d1106915828f41c4bc6.jpg"
,
"height"
:
175
,
"income"
:
10
,
"nickName"
:
"MayDay_1998_NMD_"
,
"profession"
:
1
,
"realName"
:
"Jay"
,
"signature"
:
""
,
"uid"
:
8050839
,
"updateTime"
:
1467960902
,
"weight"
:
60
},
"md5"
:
"6938762e04e79d7726aa8cacd4962869"
,
"message"
:
"获取用户信息成功"
"uid"
:
8657461
,
"nickName"
:
"棉花也是花"
,
"gender"
:
null
,
"age"
:
null
,
"birthday"
:
null
,
"realName"
:
null
,
"headIco"
:
"http://img03.res.yohoshow.com/headimg/2014/08/11/08/01701f83b911bc874fb9435d311db0aaf2.jpg"
,
"createTime"
:
null
,
"updateTime"
:
null
,
"height"
:
null
,
"weight"
:
null
,
"income"
:
null
,
"profession"
:
null
,
"signature"
:
null
,
"channel"
:
null
,
"backgroundImage"
:
"http://img03.res.yohoshow.com/headimg/2014/08/11/08/01701f83b911bc874fb9435d311db0aaf2.jpg"
}
}
```
响应失败JSON格式如下所示:
...
...
Please
register
or
login
to post a comment