Changes between Version 24 and Version 25 of price_api_2.3.0


Ignore:
Timestamp:
12/15/2015 04:06:43 PM (10 years ago)
Author:
oujianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api_2.3.0

    v24 v25  
    368368{{{#!java 
    369369{ 
    370     status: 1, 
    371     msg: "请求成功", 
    372     data:[ 
    373         {//from $mall 
    374             title: "电商商城", //筛选条件名称 
    375             type: 1,   // 根据type判断这里是什么类型 1 电商   2 标签  3 分类 
    376             screens: [ 
    377                 { 
    378                     id: 1,  
    379                     name: "京东", 
    380                 },  
    381                 ... 
    382              
    383         } 
    384         {//from $tag 
    385             title: "当前热点", //筛选条件名称 
    386             type: 2,   // 根据type判断这里是什么类型 1 电商   2 标签  3 分类 
    387             screens: [ 
    388                 { 
    389                     id: 1, 
    390                     name: "精选" 
    391                 },  
    392                 ... 
    393              
    394         } 
    395         {//from $topicType 
    396             title: "精彩推荐", //筛选条件名称 
    397             type: 3,  // 根据type判断这里是什么类型 1 电商   2 标签  3 分类 
    398             screens: [ 
    399                 { 
    400                     id: 1, 
    401                     name: "数码家电" 
    402                 },  
    403                 ... 
    404              
    405         } 
    406     ] 
     370  status: 1, 
     371  msg: "请求成功", 
     372  data:[ 
     373    {//from $mall 
     374      title: "电商商城", //筛选条件名称 
     375      type: 1,   // 根据type判断这里是什么类型 1 电商   2 标签  3 分类 
     376      screens: [ 
     377        { 
     378          id: 1,  
     379          name: "京东", 
     380        },  
     381        ... 
     382       
     383    } 
     384    {//from $tag 
     385      title: "当前热点", //筛选条件名称 
     386      type: 2,   // 根据type判断这里是什么类型 1 电商   2 标签  3 分类 
     387      screens: [ 
     388        { 
     389          id: 1, 
     390          name: "精选" 
     391        },  
     392        ... 
     393       
     394    } 
     395    {//from $topicType 
     396      title: "精彩推荐", //筛选条件名称 
     397      type: 3,  // 根据type判断这里是什么类型 1 电商   2 标签  3 分类 
     398      screens: [ 
     399        { 
     400          id: 1, 
     401          name: "数码家电" 
     402        },  
     403        ... 
     404       
     405    } 
     406  ] 
    407407} 
    408408}}} 
     
    938938 
    939939||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 备注 =|| 
    940 ||pageNo||页数||int||1||是|| 
    941 ||pageSize||页面大小||int||10||是|| 
    942 ||type||礼品类型: 1 礼品卡 2 实物礼品 3 优惠券||int||1||否|| 
    943 ||mallId||电商id,0表示查找所有||int||0||否|| 
     940||pageNo||页数||int||1||是|||| 
     941||pageSize||页面大小||int||10||是|||| 
     942||type||礼品类型: 1 礼品卡 2 实物礼品 3 优惠券||int||1||否|||| 
     943||mallId||电商id,0表示查找所有||int||0||否|||| 
    944944||v||版本号||int||0||是||2.3.0版本传v=2.3.0|| 
    945945||platform||平台标识||string||”ios”||是||传”ios”或”android”|| 
     
    10401040 
    10411041||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 备注 =|| 
    1042 ||giftId||礼品id||int||0||是|| 
    1043 ||fontSize||字体大小||int||14||是|| 
     1042||giftId||礼品id||int||0||是|||| 
     1043||fontSize||字体大小||int||14||是|||| 
    10441044||v||版本号||int||0||是||2.3.0版本传v=2.3.0|| 
    10451045||platform||平台标识||string||”ios”||是||传”ios”或”android”||