Changes between Version 22 and Version 23 of price_api


Ignore:
Timestamp:
03/11/2015 10:53:46 AM (11 years ago)
Author:
zhumiaosen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v22 v23  
    732732  total: 100, 
    733733  data: [ 
    734     "$activity" 
     734    {$activity}, 
     735    {     
     736        activityId: 1, 
     737        appCover: "http://1.c.cn/2.png",  // app活动封面 
     738        title: "亚马逊精选礼品图书满300-100", 
     739        url: "http://www.a.cc/w.do",  // 链点 
     740        urlType: 1   // 爆料终端页   2 外部网页链接 
     741        topicId: 123,  // 爆料id 
     742        seq: 1,  // 排序 
     743        isTop:  1,  // 是否置顶,1 是  0  否 
     744        createAt: 13251245121000 
     745    }, 
     746    ... 
    735747  ] 
    736748} 
     
    775787  total: 100, 
    776788  data: [ 
    777     "$gift" 
     789    {$gift}, 
     790    { 
     791        giftId: 1 
     792        mallName: '京东',  // 电商名称 
     793        imageUrl: "http://a.cn/1.png",  // 图片 
     794        createTime: 13251245124000,  // 创建时间 
     795        disCount: "满400减20",  // 优惠券额度 
     796        expiryDate: 13621321521000,  // 有效期 
     797        remainingDay:2  // 当前时间距离优惠券过期的天数   
     798    }, 
     799    ... 
    778800  ] 
    779801}