Changes between Version 22 and Version 23 of app2.0/object_properties


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

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v22 v23  
    214214{{{#!java 
    215215adPosition:{ 
    216         adId: 51, 
    217         adTitle: "好东西哇", 
    218         createTime: "2014-09-25 14:15:55", 
    219         imageUrl: "", 
    220         imageUrl_70x70: "", 
    221         positionIndex: 5, 
    222         topic: { 
    223                 $topic 
    224         }, 
    225         url: "http://g.pconline.com.cn/a/73727.html", 
    226         urlType: 1,  // 1 爆料  2 网页, 
    227         seq:3  // 排序,插入到首页的位置 
     216    adId: 51, 
     217    adTitle: "好东西哇", 
     218    price: "12块包邮", 
     219    imageUrl: "", 
     220    seq: 1, 
     221    positionIndex: 5,  // 用途 0 焦点图下方广告、1 置顶广告 
     222    topic: { 
     223        $topic 
     224    }, 
     225    url: "http://g.pconline.com.cn/a/73727.html",  // 跳转链接 
     226    urlType: 1,  // 1 爆料  2 网页, 
     227    seq:3  // 排序,插入到首页的位置 
    228228} 
    229229}}}