Changes between Version 129 and Version 130 of app2.0/object_properties


Ignore:
Timestamp:
04/20/2016 11:50:32 AM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v129 v130  
    251251}}} 
    252252 
    253 **新增属性** 
    254  
    255 seq 
    256253 
    257254== 礼品 == 
     
    278275} 
    279276}}} 
     277 
     278 
     279== 金币记录 == 
     280 
     281{{{#!java 
     282moneyLog: { 
     283    logId: 1 
     284    userId: "213",    // 用户id 
     285    moneyType: 1,     //1经验,2金币,3积分,4威望,5钻石 
     286    money: ±10,      //增加或减少数值 
     287    reason: "签到",   //原因 
     288    createAt: 13251245124000,  // 创建时间 
     289} 
     290}}} 
     291 
    280292 
    281293== 优惠券 ==