Changes between Version 154 and Version 155 of price_api


Ignore:
Timestamp:
04/07/2015 03:05:03 PM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v154 v155  
    258258  topicId: 13253,//爆料id 
    259259  topicType: 1,//0优惠,1海淘,2 发现 
    260   topicTitle: "vivo...", //爆料标题 
    261   topicPrice: 222,       //价格 
    262   firstPic: "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1504/03/c1/4856126_1428043307378_350x350.png", //导读图 
    263   topicUrl: "http://best.pconline.com.cn/shaiwu/127671.html",        //爆料pc端的地址(以晒物为例) 
     260  url: http://best.pconline.com.cn/discovery_art.jsp?topicId=$topic.topicId 
     261  title: $topic.shortTitle + $topic.price + $topic.sectionDesc 
     262  date: $topic.pubDate 
     263  author: $topic.createNamePrefix 
     264  purchasingNum: $topic.purchasingCount.totalCount 
     265  firstPic: $topic.cover(获取350x350大小的) 
    264266  bestBuyLink:"bestbuy://topic-1.cc",  //直达链接,可能是自定义的协议或者普通的url 
    265   wapUrl:"http://....." //wap打开的地址 
    266267} 
    267268 
     
    270271  topicId: 13253, //爆料id 
    271272  topicType: 3,    //3 晒物,4经验 
    272   topicTitle: "vivo...", //爆料标题 
    273   topicPrice: 222,       //价格(有就填) 
    274   firstPic: "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1504/03/c1/4856126_1428043307378_350x350.png", //导读图 
    275   topicUrl: "http://best.pconline.com.cn/shaiwu/127671.html",        //爆料pc端的地址(以晒物为例) 
    276   wapUrl:"http://....." //wap打开的地址 
     273  url: http://best.pconline.com.cn/discovery_art.jsp?topicId=$topic.topicId 
     274  title: $topic.shortTitle + $topic.price + $topic.sectionDesc 
     275  date: $topic.pubDate 
     276  author: $topic.createNamePrefix 
     277  purchasingNum: $topic.purchasingCount.totalCount 
     278  firstPic: $topic.cover(获取350x350大小的) 
    277279} 
    278280}}}