Changes between Version 116 and Version 117 of price_api


Ignore:
Timestamp:
03/30/2015 02:55:58 PM (11 years ago)
Author:
oujianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v116 v117  
    843843         {//from $sunplazaEntry 
    844844            type: 1,  // 1 标签爆料列表,2 分类爆料列表,3 电商爆料列表,4 爆料终端页,5 专题页,6 试用详情页,7 外链,8 搜索结果页,9商家优惠券列表 
    845             value: {tagId or mallId or catId or {topicId,topSection} or trialId or url or keyword}, 
     845            tagId: 123, // 标签爆料id int。字段名由mrobot接口根据type类型定义 
    846846            icon: "http://img.pconline.com.cn/1.png", 
    847847            name: "白菜价" 
    848         }, 
     848        }, 
     849        { 
     850            type: 2,  // 2 分类爆料列表 
     851            catId: 123, // 分类爆料id int。字段名由mrobot接口根据type类型定义 
     852            icon: "http://img.pconline.com.cn/1.png", 
     853            name: "白菜价" 
     854        }, 
     855        {//from $sunplazaEntry 
     856            type: 3,  // 3 电商爆料列表 
     857            mallId: 13, // 电商爆料id int。字段名由mrobot接口根据type类型定义 
     858            icon: "http://img.pconline.com.cn/1.png", 
     859            name: "白菜价" 
     860        }, 
     861        {//from $sunplazaEntry 
     862            type: 4,  // 4 爆料终端页 
     863            topicId: 123, // 爆料id int。字段名由mrobot接口根据type类型定义 
     864            topSection: 1  // 顶级的栏目id:0优惠,1海淘,2 发现,3 晒物,4经验 
     865            icon: "http://img.pconline.com.cn/1.png", 
     866            name: "白菜价" 
     867        }, 
     868        {//from $sunplazaEntry 
     869            type: 5,  // 5 专题页 
     870            url: "http://www.a.cc/w.do", // 专题页链点。字段名由mrobot接口根据type类型定义 
     871            icon: "http://img.pconline.com.cn/1.png", 
     872            name: "白菜价" 
     873        }, 
     874        {//from $sunplazaEntry 
     875            type: 7,  // 7 外链 
     876            url: "http://www.a.cc/w.do", // 外链链点。字段名由mrobot接口根据type类型定义 
     877            icon: "http://img.pconline.com.cn/1.png", 
     878            name: "白菜价" 
     879        }, 
     880        {//from $sunplazaEntry 
     881            type: 8,  // 8 搜索结果页 
     882            keyword: "苹果", // 搜索热词。字段名由mrobot接口根据type类型定义 
     883            icon: "http://img.pconline.com.cn/1.png", 
     884            name: "白菜价" 
     885        }, 
    849886        ... 
    850887     ],