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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v25 v26  
    467467{{{#!java 
    468468collect: { 
    469         id: 123, 
    470     title: "", 
    471     time: "", 
    472     price": "", 
    473     eb": "",(电商名称) 
    474     image": "http://xxx", 
    475     topicType: 2,  // 0发现,1优惠,2海淘,3晒物,4经验 
    476     invalid": 0, (1已失效,0未失效)  
    477     good: 20,    //值的数量 
    478     bad": 2,        //不值的数量 
    479     commentNum: 1,    //评论数 
    480     createName:"Jason",  // 作者 
    481     collectCount:1    // 收藏数 
     469    favoriteId: 123,  // 收藏id 
     470    topic: $topic, 
     471    userId: 12,  // 收藏的用户Id 
     472    createAt: 13625123531000 
    482473} 
    483474}}}