Changes between Version 90 and Version 91 of app2.0/object_properties


Ignore:
Timestamp:
12/08/2015 11:36:17 AM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v90 v91  
    650650} 
    651651}}} 
     652 
     653== 发现爆料筛选条件VO == 
     654 
     655{{{#!java 
     656TopicFaxianScreenVo: { 
     657    title: "电商商城", 
     658    type: 1,  // 1 电商   2 标签  3 分类 
     659    screens: {$topic or $adPosition or $trial or $gift}  // 根据type判断这里是什么类型 
     660} 
     661}}}