Changes between Version 65 and Version 66 of app2.0/object_properties


Ignore:
Timestamp:
03/24/2015 05:07:44 PM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v65 v66  
    5858    topicBuyCount: { 
    5959        topicId: 123, 
    60         addCount: 12,  // 新增数量 
     60        addCount: 12,  // 10分钟内的新增数量 
    6161        totalCount: 20  // 总数量 
    6262    }, 
    6363    purchasingCount: { 
    6464        topicId: 123, 
    65         addCount: 12,  // 新增数量 
     65        addCount: 12,  // 10分钟内的新增数量 
    6666        totalCount: 20  // 总数量         
    6767    },