Changes between Version 59 and Version 60 of app2.0/object_properties


Ignore:
Timestamp:
03/12/2015 10:08:29 AM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v59 v60  
    309309giftExchangeRule: { 
    310310    id: 1, 
    311     giftId: 2, 
    312     needScore: 10, 
    313     needGold: 2, 
    314     limitTimes: 10 
     311    giftId: 2,  // 礼品ID 
     312    needScore: 10,  // 兑换需要消耗的积分 
     313    needGold: 2,  // 兑换需要消耗的金币 
     314    limitTimes: 10  // 领取次数限制 
    315315} 
    316316}}}