Changes between Version 49 and Version 50 of pclady_2.0.0


Ignore:
Timestamp:
04/25/2014 05:56:57 PM (12 years ago)
Author:
xuzhongzhou
Comment:

5.28 “我的试用”获取接口 的new字段不要,客户端保留上次使用列表状态记录 5.23 “我的收藏”同步接口少传 了一个匿名用户id 5.19 “试用详情”接口 试用说明改为带HTML标签的String 5.29 获取我的收藏接口取消分页

Legend:

Unmodified
Added
Removed
Modified
  • pclady_2.0.0

    v49 v50  
    11321132    "price": 140,               //float, 价格 
    11331133    "count": 20,                //int, 试用品份数     
    1134     "time": "",                 //string,试用结束时间 
    1135     "t_count": 20,              //int, 申请人数 
    1136     "instructions": [   //数组, 试用说明 
    1137       { 
    1138         "title": "",    //string, 标题 
    1139         "desc": ""              //string, 描述 
    1140       } 
    1141     ] 
     1134    "time": "",         //string,试用结束时间 
     1135    "t_count": 20,      //int, 申请人数 
     1136    "instruction": ""    //string, 带HTML标签 
    11421137  }, 
    11431138  "msg": "", 
     
    12881283 
    12891284{{{ 
     1285openUdid //匿名用户ID 
    12901286common_session_id //登录用户 
    12911287brand: [ 
     
    14521448    ], 
    14531449    "trials": 99,               //int, 已申请试用, type为1时才有 
    1454         "winning": 98,          //int, 已中奖试用, type为1时才有 
    1455         "new": 2                        //int, 新的通过审核的申请使用数量,审核通过这个数字要+1,获取过一次后置为0 
     1450        "winning": 98,  //int, 已中奖试用, type为1时才有 
    14561451  }, 
    14571452  "msg": "", 
     
    14791474 
    14801475{{{ 
    1481 page //页数 
    1482 size //每页数量 
    14831476common_session_id //登录用户ID 
    14841477}}}