Authored by zhouxiang

Update uic.md

... ... @@ -77,3 +77,23 @@ http://192.168.102.205:8096/uic/UserInfoRest/updateUserInfo
注意,通用的头部没有列出。
请求示例
http://192.168.102.205:8096/uic/UserInfoRest/getUserInfo
返回数据:
```json
{
"uid": 8050845,
"nickName": "yoho_1988",
"gender": "1",
"age": 18,
"birthday": "1989-11-26",
"realName": "Jay",
"headIco": "http://img10.static.yhbimg.com/yhb-img01/2016/06/28/17/01b4ab5ad41e5b2d1106915828f41c4bc6.jpg",
"createTime": 1467696823,
"updateTime": 1467696870,
"height": 175,
"weight": 60,
"income": 10,
"profession": 1,
"signature": "来有货玩潮流_NMD"
}
```
... ...