Changes between Version 125 and Version 126 of price_api


Ignore:
Timestamp:
03/31/2015 06:03:09 PM (11 years ago)
Author:
chenziyang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v125 v126  
    12281228{{{#!java 
    12291229{ 
    1230   status: 1, 
    1231   msg: "请求成功", 
    1232   data: { 
    1233     totalCount: 100, 
    1234     mallCouponCount: [ 
    1235         {// from $mallGiftCount 
    1236             mallId: 1,  
    1237             mallName: "京东", //电商名称 
    1238             url: "http://www.jd.com", // 电商URL 
    1239             seq: 12,  // 排序 
    1240             typeId: 1,  // 国内外电商  0国内电商 1国外电商 
    1241             areaType: 1,  // 地域类型  0其他电商 1美淘电商 2日淘电商 
    1242             imageUrl: "http://img.pc.com.cn/1.png" 
    1243             count:20 
     1230    "data": [ 
     1231        { 
     1232            "count": 0,//单个电商的优惠券数量 
     1233            "mall": { 
     1234                "areaType": 0, // 地域类型  0其他电商 1美淘电商 2日淘电商 
     1235                "imageUrl": "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1502/04/c1/2720379_1423017524135.png", 
     1236                "mallId": 1, 
     1237                "name": "京东",//电商名称 
     1238                "seq": 1,// 排序 
     1239                "typeId": 0,// 国内外电商  0国内电商 1国外电商 
     1240                "url": "http://www.jingdong.com"// 电商URL 
     1241            } 
    12441242        }, 
    1245         ... 
    1246     ] 
    1247   } 
     1243        ...... 
     1244    ], 
     1245    "msg": "请求成功", 
     1246    "status": 1, 
     1247    "totalCount": 0//所有电商的优惠券数量 
    12481248} 
    12491249}}}