Changes between Version 2 and Version 3 of app2.0/object_properties


Ignore:
Timestamp:
02/04/2015 06:05:29 PM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v2 v3  
    426426} 
    427427}}} 
     428 
     429= 组合VO对象 = 
     430 
     431== 首页VO == 
     432 
     433{{{#!java 
     434indexVo: { 
     435    type: 1,  // 1 爆料   2 推荐位  3 试用  4 优惠券 
     436    topic: $topic, 
     437    adPosition: $adPosition, 
     438    trial: $trial, 
     439    gift: $gift 
     440} 
     441}}}