Changes between Version 13 and Version 14 of price_api


Ignore:
Timestamp:
03/10/2015 12:03:29 PM (11 years ago)
Author:
zhumiaosen
Comment:

爆料json数据筛选

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v13 v14  
    19021902 
    19031903---------- 
     1904 
     1905 
     1906== 47 爆料实体属性筛选  == 
     1907== 47.1 爆料列表  == 
     1908{{{#!java  
     1909topic:{ 
     1910    topicId: 2395585, 
     1911    section: 1, // 栏目:0 优惠  1 海淘  2 发现 3 晒物  4 经验  5 海淘晒物  6 海淘经验  7 试用体验  8 专题 
     1912   title: "有钱你就来",  //标题 
     1913   currentPrice: 20.00,  // 现价 
     1914   topicTagList:[$topicTag],  // 聚超值标签 
     1915   mallName: "京东",  // 电商名称 
     1916   price: "五折对低价199",  // 价格描述 
     1917   source: "http://detail.tmall.com/item.htm?spm=a220m.1000858.1000725.6.P2Y1D2&id=36688625539&areaId=&user_id=1803692106&is_b=1&cat_id=2&q=lumia+525&rn=07e8762161389369ece15346c5136044",  // 默认链接 
     1918    wapSource: "",  // 默认wap连接 
     1919    pubDate: 13215412512000,  // 发布时间,时间戳 毫秒 
     1920    top: 1,  // 是否置顶 
     1921    endTime: 13251245121000,  // 优惠截止时间 
     1922    originalSource: "http://best.pconline.com.cn/1.do",  // 原始链点 
     1923    channelId: 12,  // 计数器栏目id 
     1924    imagesForList: ["http://www.a.b/a.png"], 
     1925    hasCoupon: 0,  // 是否有优惠券,适用于 优惠,海淘 
     1926    cover: "", 
     1927    hdCover: "http://www.google.com/1.png",  // 高清图,适用于晒物,经验,试用体验 
     1928    ShowPicForApp: 1  // 是否白菜价合集 
     1929} 
     1930}}} 
     1931 
     1932---------- 
     1933 
     1934 
     1935== 47.2 爆料详情 == 
     1936 
     1937{{{#!java 
     1938topic:{ 
     1939    topicId: 2395585, 
     1940    commentCount: 0,  //评论数 
     1941    title: "有钱你就来",  //标题 
     1942    section: 1, // 栏目:0 优惠  1 海淘  2 发现 3 晒物  4 经验  5 海淘晒物  6 海淘经验  7 试用体验  8 专题 
     1943    topSection: 1  // 顶级的栏目id:0优惠,1海淘,2 发现,3 晒物,4经验 
     1944    isSupportPurchasing: 1,  // 是否支持代购 
     1945   shortTitle: "超值商品推荐"  // 短标题 
     1946    formerPrice: 20.01,  // 原价 
     1947    currentPrice: 20.00,  // 现价 
     1948    discount: 0.85,  // 折扣 
     1949    topicType: { 
     1950        typeId: 1, 
     1951        name: '数码家电' 
     1952    }, // 爆料类型 
     1953    topicTagList:[$topicTag],  // 聚超值标签 
     1954   mallName: "京东",  // 电商名称 
     1955   price: "五折对低价199",  // 价格描述 
     1956   source: "http://detail.tmall.com/item.htm?spm=a220m.1000858.1000725.6.P2Y1D2&id=36688625539&areaId=&user_id=1803692106&is_b=1&cat_id=2&q=lumia+525&rn=07e8762161389369ece15346c5136044",  // 默认链接 
     1957    wapSource: "",  // 默认wap连接 
     1958    sourceMore: 1, // 是否多链接 
     1959    findPlaceOption:1,  // 来源标识 0:电商 1: 第三方 
     1960    activityUrl: "http://best.pconline.com.cn",  // 优惠活动链接 
     1961    pubDate: 13215412512000,  // 发布时间,时间戳 毫秒 
     1962    overdueStatus: 1,  // 是否过期 
     1963   goodCount: 2,  // 好评数 
     1964   endTime: 13251245121000,  // 优惠截止时间 
     1965   mall: $mall,  // 所属电商 
     1966    email: "123456@qq.com", 
     1967    createName: "Jason@qq.com",  // 创建者名称 
     1968    createNamePrefix: "Jason",  // 创建者名称,邮箱前缀 
     1969    topicTypeName: "数码家电",  // 爆料所属分类名称 
     1970    originalSource: "http://best.pconline.com.cn/1.do",  // 原始链点 
     1971    showSource: 1,  // 是否显示直达链接 
     1972   channelId: 12,  // 计数器栏目id 
     1973    imagesForList: ["http://www.a.b/a.png"], 
     1974    isPurchasing: 1,  // 当前爆料该商家是否已经代购 
     1975   hasCoupon: 0,  // 是否有优惠券,适用于 优惠,海淘 
     1976    cover: "", 
     1977    hdCover: "http://www.google.com/1.png",  // 高清图,适用于晒物,经验,试用体验 
     1978} 
     1979}}} 
     1980 
     1981 
     1982----------