Authored by zhouxiang

Update uic.md

... ... @@ -18,6 +18,25 @@
|signature|String|1-50|是|你若安好,便是晴天||个性签名|
|channel|String|1|是|||来源渠道|
请求参数示例:
{
"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",
"channel":1
}
#### 接口说明
| 接口说明||
|:-------| -----:|
... ... @@ -51,6 +70,26 @@ http://192.168.102.205:8096/uic/UserInfoRest/insertUserInfo
|profession|string|1-11|是|1||职业|
|signature|String|1-50|是|你若安好,便是晴天||个性签名|
请求参数示例
请求参数示例:
{
"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"
}
#### 接口说明
| 接口说明||
|:-------| -----:|
... ...