Changes between Version 27 and Version 28 of app2.0/object_properties


Ignore:
Timestamp:
02/10/2015 11:33:28 AM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v27 v28  
    1717    brandId: 1,  // 品牌ID 
    1818    shortTitle: "超值商品推荐"  // 短标题 
    19     topicCount: { 
    20         topicId: 2395585, 
    21         favoriteCount: 10   // 收藏数 
    22     }, 
    2319    formerPrice: 20.01,  // 原价 
    2420    currentPrice: 20.00,  // 现价 
     
    4945    goodCount: 2,  // 好评数 
    5046    badCount:3,  // 差评数 
    51     topicImages: [ 
    52         "http://img.pc.com.cn/1.png", 
    53         "http://img.pc.com.cn/1.png", 
    54         "http://img.pc.com.cn/1.png" 
    55     ], 
     47    favoriteCount: 12,  // 收藏数 
    5648    endTime: 13251245121000,  // 优惠截止时间 
    57     sources:[{$topicSource}],  // 爆料来源 
    58     topicTypes:[$topicType], 
    5949    area: "广东",  // 购买地区 
    6050    mall: $mall,  // 所属电商 
     
    8676    mallType: 1  // 0 国内电商   1 国外电商 
    8777    hasCoupon: 0,  // 是否有优惠券,适用于 优惠,海淘 
    88     image: "", 
     78    cover: "", 
    8979    hdCover: "http://www.google.com/1.png"  // 高清图,适用于晒物,经验,试用体验 
    9080} 
     
    466456 
    467457{{{#!java 
    468 collect: { 
     458favorite: { 
    469459    favoriteId: 123,  // 收藏id 
    470460    topic: $topic,