Authored by zhouxiang

Update uic.md

@@ -18,6 +18,25 @@ @@ -18,6 +18,25 @@
18 |signature|String|1-50|是|你若安好,便是晴天||个性签名| 18 |signature|String|1-50|是|你若安好,便是晴天||个性签名|
19 |channel|String|1|是|||来源渠道| 19 |channel|String|1|是|||来源渠道|
20 20
  21 +请求参数示例:
  22 +{
  23 + "uid": 8050845,
  24 + "nickName": "yoho_1988",
  25 + "gender": "1",
  26 + "age": 18,
  27 + "birthday": "1989-11-26",
  28 + "realName": "Jay",
  29 + "headIco": "http://img10.static.yhbimg.com/yhb-img01/2016/06/28/17/01b4ab5ad41e5b2d1106915828f41c4bc6.jpg",
  30 + "createTime": 1467696823,
  31 + "updateTime": 1467696870,
  32 + "height": 175,
  33 + "weight": 60,
  34 + "income": 10,
  35 + "profession": 1,
  36 + "signature": "来有货玩潮流_NMD",
  37 + "channel":1
  38 +}
  39 +
21 #### 接口说明 40 #### 接口说明
22 | 接口说明|| 41 | 接口说明||
23 |:-------| -----:| 42 |:-------| -----:|
@@ -51,6 +70,26 @@ http://192.168.102.205:8096/uic/UserInfoRest/insertUserInfo @@ -51,6 +70,26 @@ http://192.168.102.205:8096/uic/UserInfoRest/insertUserInfo
51 |profession|string|1-11|是|1||职业| 70 |profession|string|1-11|是|1||职业|
52 |signature|String|1-50|是|你若安好,便是晴天||个性签名| 71 |signature|String|1-50|是|你若安好,便是晴天||个性签名|
53 72
  73 +请求参数示例
  74 +请求参数示例:
  75 +{
  76 + "uid": 8050845,
  77 + "nickName": "yoho_1988",
  78 + "gender": "1",
  79 + "age": 18,
  80 + "birthday": "1989-11-26",
  81 + "realName": "Jay",
  82 + "headIco": "http://img10.static.yhbimg.com/yhb-img01/2016/06/28/17/01b4ab5ad41e5b2d1106915828f41c4bc6.jpg",
  83 + "createTime": 1467696823,
  84 + "updateTime": 1467696870,
  85 + "height": 175,
  86 + "weight": 60,
  87 + "income": 10,
  88 + "profession": 1,
  89 + "signature": "来有货玩潮流_NMD"
  90 +}
  91 +
  92 +
54 #### 接口说明 93 #### 接口说明
55 | 接口说明|| 94 | 接口说明||
56 |:-------| -----:| 95 |:-------| -----:|