Changes between Version 141 and Version 142 of app2.0/object_properties


Ignore:
Timestamp:
10/20/2016 03:51:44 PM (9 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v141 v142  
    525525{{{#!java 
    526526userExtend: { 
     527    topicNum: 1, //用户发表的爆料数量 
     528    favNum: 10, 
     529    couponNum: 2  //用户的未过期优惠劵数量 
     530} 
     531}}} 
     532 
     533== 用户签到记录 == 
     534 
     535{{{#!java 
     536checkinLog: { 
    527537        checkinLogId: 1234 //记录id 
    528538        userId: 23333333   //用户id 
     
    535545        purchasingGold: 10,        //奖励钻石 
    536546        createAt: 135212544845000  // 创建时间 
    537 } 
    538 }}} 
    539  
    540 == 用户签到记录 == 
    541  
    542 {{{#!java 
    543 userExtend: { 
    544     topicNum: 1, //用户发表的爆料数量 
    545     favNum: 10, 
    546     couponNum: 2  //用户的未过期优惠劵数量 
    547547} 
    548548}}}