Authored by chaogeng

Update 获取成长值vip信息.md

... ... @@ -66,13 +66,13 @@ code为200即为成功,否则是失败。 响应JSON格式如下所示:
"uid":50001678,
"nickName": "昵称是啥",
"headIco":"head_ico=http://head.static.yhbimg.com/yhb-headxxxxxxxxxxxxxxx?imageView2/{mode}/w/{width}/h/{height}",
"growthValue": 1500,
"vipLevel": 1,
"growthValue": "1500",
"vipLevel": "1",
"expireTime": "1522425794",
"vipLevels":[
{
"title":"银卡",
"needGrouth":600,
"needGrouth":"600",
"curLevel":"1",
"nextLevel":"2",
"desc":"",
... ... @@ -80,7 +80,7 @@ code为200即为成功,否则是失败。 响应JSON格式如下所示:
{
"title":"专享折扣",
"desc":"",
"discount":"0.95",
"discount":"9.5折",
"pic_small":"http://static.yohobuy.com/images/app/icon_2x_yhxx.png",
"pic_big":"http://static.yohobuy.com/images/app/icon_3x_yhxx.png",
"light": "Y"
... ... @@ -99,7 +99,7 @@ code为200即为成功,否则是失败。 响应JSON格式如下所示:
},
{
"title":"金卡",
"needGrouth":2000,
"needGrouth":"2000",
"curLevel":"2",
"nextLevel":"3",
"desc":"",
... ... @@ -107,7 +107,7 @@ code为200即为成功,否则是失败。 响应JSON格式如下所示:
{
"title":"专享折扣",
"desc":"",
"discount":"0.95",
"discount":"9.5折",
"pic_small":"http://static.yohobuy.com/images/app/icon_2x_yhxx.png",
"pic_big":"http://static.yohobuy.com/images/app/icon_3x_yhxx.png",
"light": "Y"
... ... @@ -126,7 +126,7 @@ code为200即为成功,否则是失败。 响应JSON格式如下所示:
},
{
"title":"白金卡",
"needGrouth":5000,
"needGrouth":"5000",
"curLevel":"3",
"nextLevel":"4",
"desc":"",
... ... @@ -134,7 +134,7 @@ code为200即为成功,否则是失败。 响应JSON格式如下所示:
{
"title":"专享折扣",
"desc":"",
"discount":"0.95",
"discount":"9.5折",
"pic_small":"http://static.yohobuy.com/images/app/icon_2x_yhxx.png",
"pic_big":"http://static.yohobuy.com/images/app/icon_3x_yhxx.png",
"light": "Y"
... ...