Changes between Version 24 and Version 25 of app2.0/object_properties


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

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v24 v25  
    312312{{{#!java 
    313313purchasing: { 
    314     id: 1, 
    315     linkForApp: "http://www.taobao.com/item_1.html",  // 代购地址 
    316     userface: "http://img.pconline.com.cn/1.png",  // 代购商家头像 
     314    purchasingId: 1, 
     315    price: 123,  // 价格 
     316    hasSpotGoods: 1,  // 是否有现货:0 现货/1 代购 
     317    link: "http://www.taobao.com/item_1.html",  // 代购地址 
    317318    description: "超值代购",  // 代购商家描述 
    318     hasSpotGoods: 1,  // 是否有现货:0 现货/1 代购 
    319     price: 123,  // 价格 
    320     username: best12  // 代购商家名称 
     319    userId: 12,  // 代购商家id 
     320    topicId: 12,  // 爆料id 
     321    user: $user, 
     322    topic: $topic 
    321323} 
    322324}}}