Changes between Initial Version and Version 1 of app2.2.0/entity


Ignore:
Timestamp:
10/23/2015 10:00:33 AM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/entity

    v1 v1  
     1[[TOC]] 
     2 
     3= 实体属性说明 = 
     4 
     5== 爆料: == 
     6 
     7{{{#!java 
     8topic:{ 
     9    topicId: 2395585, 
     10    showSourceDesc: "显示直达链接",  // 是否显示直达链接:不显示直达链接,显示直达链接 
     11    sectionDesc: "发现",  // 栏目描述 "优惠", "海淘", "发现", "晒物", "经验", "海淘晒物", "海淘经验", "试用体验", "专题" 
     12    commentCount: 0,  //评论数 
     13    title: "有钱你就来",  //标题 
     14    section: 1, // 栏目:0 优惠  1 海淘  2 发现 3 晒物  4 经验  5 海淘晒物  6 海淘经验  7 试用体验  8 专题 
     15    topSection: 1  // 顶级的栏目id:0优惠,1海淘,2 发现,3 晒物,4经验 
     16    isSupportPurchasing: 1,  // 是否支持代购 
     17    brandId: 1,  // 品牌ID 
     18    shortTitle: "超值商品推荐"  // 短标题 
     19    formerPrice: 20.01,  // 原价 
     20    currentPrice: 20.00,  // 现价 
     21    discount: 0.85,  // 折扣 
     22    topicType: { 
     23        typeId: 1, 
     24        name: '数码家电' 
     25    }, // 爆料类型 
     26    topicTagList:[$topicTag],  // 聚超值标签 
     27    topicBabyTagList:[$topicTag],  // 母婴生活馆标签 
     28    mallName: "京东",  // 电商名称 
     29    mallId: 1, // 电商id 
     30    price: "五折对低价199",  // 价格描述 
     31    findPlace: "魅族官网",  // 发现地 
     32    source: "http://detail.tmall.com/item.htm?spm=a220m.1000858.1000725.6.P2Y1D2&id=36688625539&areaId=&user_id=1803692106&is_b=1&cat_id=2&q=lumia+525&rn=07e8762161389369ece15346c5136044",  // 默认链接 
     33    wapSource: "",  // 默认wap连接 
     34    sourceMore: 1, // 是否多链接 
     35    findPlaceOption:1,  // 来源标识 0:电商 1: 第三方 
     36    activityUrl: "http://best.pconline.com.cn",  // 优惠活动链接 
     37    pubDate: 13215412512000,  // 发布时间,时间戳 毫秒 
     38    goldAmount: 10,  // 爆料者获得的金币 
     39    top: 1,  // 是否置顶 
     40    overdueStatus: 1,  // 是否过期 
     41    recommendIndex: 1,  // 是否推荐首页 
     42    goodCount: 2,  // 好评数 
     43    badCount:3,  // 差评数 
     44    favoriteCount: 12,  // 收藏数 
     45    endTime: 13251245121000,  // 优惠截止时间 
     46    area: "广东",  // 购买地区 
     47    mall: $mall,  // 所属电商 
     48    email: "123456@qq.com", 
     49    createName: "Jason@qq.com",  // 创建者名称 
     50    createNamePrefix: "Jason",  // 创建者名称,邮箱前缀 
     51    topicTypeName: "数码家电",  // 爆料所属分类名称 
     52    showDefaultIndex: 1, // 母婴是否首页显示     
     53    reason: "该爆料已经推荐过",  // 审核理由 
     54    originalSource: "http://best.pconline.com.cn/1.do",  // 原始链点 
     55    showSource: 1,  // 是否显示直达链接 
     56    commitClientType: 1,  // 爆料来源:0 pc 1 app 
     57    channelId: 12,  // 计数器栏目id 
     58    topicBuyCount: { 
     59        topicId: 123, 
     60        addCount: 12,  // 10分钟内的新增数量 
     61        totalCount: 20  // 总数量 
     62    }, 
     63    purchasingCount: { 
     64        topicId: 123, 
     65        addCount: 12,  // 10分钟内的新增数量 
     66        totalCount: 20  // 总数量         
     67    },  
     68    imagesForList: ["http://www.a.b/a.png"], 
     69    isPurchasing: 1,  // 当前爆料该商家是否已经代购 
     70    leastLevel: $topicType,  // 最低级分类 
     71    firstLevel: $topicType,  // 爆料一级分类 
     72    isWlt:1,  // 是否瓦拉淘支持的电商 
     73    wltAlert: "http://best.pconline.com.cn/1.action",  // 获得瓦拉淘降价提醒的链接 
     74    mallType: 1  // 0 国内电商   1 国外电商 
     75    hasCoupon: 0,  // 是否有优惠券,适用于 优惠,海淘 
     76    cover: "", 
     77    hdCover: "http://www.google.com/1.png",  // 高清图,适用于晒物,经验,试用体验 
     78    ShowPicForApp: 1  // 是否白菜价合集 
     79    reason:        // 理由,会根据auditStatus出不同文本信息。 
     80    auditStatus: 1, // 审核状态。 "0待审", "1已审", "2禁用", "3审核不通过", "4正在处理", "5兼职待审", "6需修改" 
     81    showModeForApp: 0  //经验晒物两种展示方式: 0.小图模式  1.大图模式    (add 20150901) 
     82} 
     83}}} 
     84 
     85== 爆料类型 == 
     86 
     87{{{#!java 
     88topicType: { 
     89    typeId: 1, 
     90    name: '数码家电', 
     91    level: 1  // 分类等级, 
     92    iconImg2: 'http://best.pconline.com.cn/1.png'  // 分类图标 
     93} 
     94}}} 
     95 
     96== 爆料标签 == 
     97{{{#!java 
     98topicTag: { 
     99    tagId: 1,  // 标签Id 
     100    name: "白菜价",  // 标签名称 
     101    isHot: 1,  // 是否热门标签 
     102    isSpecial: 1,  // 是否特色标签 
     103    isRed:1,  // 是否套红 
     104    description: "最低白菜价",  // 标签描述 
     105    type:  1  // 0 聚超值   1  母婴生活馆 
     106} 
     107}}} 
     108 
     109== 爆料来源 == 
     110{{{#!java 
     111topicSource: { 
     112    sourceId: 1,  // 来源id 
     113    topicId: 1321,  // 爆料id 
     114    title: "广式菠萝啤",  // 标题 
     115    uri: "http://chaoshi.tmall.com/detail/view_detail.htm?spm=3.583907.6780765.7.ahUZyv&item_id=20173439873&rewcatid=50514008", 
     116    originalUri: "www.qq.com", 
     117    wapUri: "" 
     118} 
     119}}} 
     120 
     121 
     122== 发出的评论 == 
     123 
     124{{{#!java 
     125sendComment: { 
     126        commentId: 37283120, 
     127        currentFloor: 2, 
     128        createAt: 1362123452000, 
     129        isSupportPurchasing: 0, 
     130        textCommentContent: "怎么还要定金的呢", 
     131        topicId: 80671, 
     132        topicLogo: "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1410/28/c0/40244951_1414478236223_150x150.jpg", 
     133        topicTitle: "双11预售:佳能 单反相机 1200D/18-55 套机", 
     134        topicType: 0,  // 0发现,1优惠,2海淘,3晒物,4经验 
     135        topicURLForPCWeb: "http://best.pconline.com.cn/faxian_80671.html",  // 评论所属爆料对应的网站链接 
     136        // topicUrl: "http://best.pconline.com.cn/discovery_art.jsp?topicId=80671",  // 爆料的链接 
     137        urlForComment: "http://best.pconline.com.cn/discovery_art.jsp?topicId=80671",  // 发表评论时需要一起提交这个字段 
     138        senderNickName: "qz31244533",  // 发表评论者昵称 
     139        senderFace: "http://i1.3conline.com/images/upload/upc/face/28/46/70/67/28467067_100x100"  // 发表评论者头像 
     140} 
     141}}} 
     142 
     143== 收到的评论 == 
     144 
     145{{{#!java 
     146receiveComment: { 
     147    commentId: 37283120, 
     148    currentFloor: 2, 
     149    createAt: 1362154214000, 
     150    isSupportPurchasing: 0, 
     151    topicId: 80671, 
     152    topicLogo: "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1410/28/c0/40244951_1414478236223_150x150.jpg", 
     153    topicTitle: "双11预售:佳能 单反相机 1200D/18-55 套机", 
     154    topicType: 0,  // 0发现,1优惠,2海淘,3晒物,4经验 
     155    topicURLForPCWeb: "http://best.pconline.com.cn/faxian_80671.html",  // 评论所属爆料对应的网站链接 
     156    // topicUrl: "http://best.pconline.com.cn/discovery_art.jsp?topicId=80671",  // 爆料的链接 
     157    urlForComment: "http://best.pconline.com.cn/discovery_art.jsp?topicId=80671",  // 发表评论时需要一起提交这个字段 
     158    senderId: 1,  // 评论者ID,匿名回复则为0 
     159    senderFace: "http://i1.3conline.com/images/upload/upc/face/28/46/70/67/28467067_100x100",  // 发送者的头像 
     160    senderNickName: "qz31244533",  // 发送者的昵称 
     161    sendCommentContent: "怎么还要定金的呢",  // 发送的评论 
     162    userface: "http://i1.3conline.com/images/upload/upc/face/31/24/45/33/31244533_100x100",  // 被回复的头像 
     163    username: "arthinking",  // 被回复的昵称 
     164    replyRefContent: ""看起来不错哦"",  // 获取简短的被回复的评论内容,超过10个字符使用......表示 
     165} 
     166}}} 
     167 
     168== 系统信息 == 
     169{{{#!java 
     170{ 
     171    accountId: 4712407, 
     172    content: "恭喜您刮中了“神秘奖-聚超值积分10个”,请在小金库中查收,感谢您参加“聚超值刮刮乐”活动!", 
     173    createTime: 1400042156000, 
     174    groupSend: 0, 
     175    groupType: 0, 
     176    id: 81120957, 
     177    resultText: "", 
     178    senderId: 0, 
     179    siteId: 1, 
     180    status: 1, 
     181    type: { 
     182        description: "今日最超值", 
     183        groupType: 0, 
     184        id: 1006, 
     185        name: "今日最超值", 
     186        siteId: 1, 
     187        templateId: 1006 
     188    }, 
     189    typeId: 1006 
     190}}} 
     191 
     192== 栏目 == 
     193 
     194{{{#!java 
     195section { 
     196    value: 1, 
     197    name: '海淘' 
     198} 
     199 
     200}}} 
     201 
     202== 栏目搜索结果 == 
     203 
     204{{{#!java 
     205sectionExtend{ 
     206    value: 1, 
     207    name: '海淘', 
     208    count: 12   
     209} 
     210}}} 
     211 
     212**新增属性:** 
     213 
     214hasCoupon  hdCover 
     215 
     216== 推荐位 == 
     217 
     218{{{#!java 
     219adPosition:{ 
     220    adId: 51, 
     221    adTitle: "好东西哇", 
     222    price: "12块包邮", 
     223    imageUrl: "", 
     224    positionIndex: 5,  // 用途 0 焦点图下方广告、1 置顶广告 
     225    topic: { 
     226        $topic 
     227    }, 
     228    url: "http://g.pconline.com.cn/a/73727.html",  // 跳转链接 
     229    urlType: 1,  // 1 爆料  2 网页, 
     230    seq:3  // 排序,插入到首页的位置 
     231} 
     232}}} 
     233 
     234**新增属性** 
     235 
     236seq 
     237 
     238== 礼品 == 
     239 
     240{{{#!java 
     241gift: { 
     242    giftId: 1 
     243    subGiftDesc: "好礼物",  // 个人中心相关礼品介绍截取100字符字段 
     244    giftStock: $giftStock, 
     245    giftExchangeRule: $giftExchangeRule, 
     246    name: "京东卡", 
     247    mallName: '京东',  // 电商名称 
     248    type: 1,  // 礼品类型: 1 礼品卡  2 实物礼品 3 优惠券 
     249    imageUrl: "http://a.cn/1.png",  // 图片 
     250    orderNum: 1,  // 排序 
     251    giftPrice: 12.00,  // 礼品价格 
     252    createTime: 13251245124000,  // 创建时间 
     253    discount: "满400减20",  // 优惠券额度 
     254    expiryDate: 13621321521000,  // 有效期 
     255    mallId:  12,  // 电商Id 
     256    remainingDay:2  // 当前时间距离优惠券过期的天数 
     257    giftDesc:$giftDesc    // 优惠券描述(使用规则) 
     258    mallUrl : '优惠券商家' // 优惠券商家URL 
     259} 
     260}}} 
     261 
     262== 优惠券 == 
     263 
     264{{{#!java 
     265giftCoupon: { 
     266    gift: $gift, 
     267    couponId: 123,  // 优惠券Id 
     268    giftId: 123,  // 礼品Id 
     269    cardNum: '1232', 
     270    cardPassword: 's123sdssdfs54212', 
     271    status: 1,  // 状态0:禁用;1:未领取;2:已领取 
     272    createAt: 1352125412000,  // 创建时间 
     273    createrId: 132,  // 创建人id 
     274    updateAt: 13215478541000,  // 更新时间 
     275    updaterId:  132, 
     276    updateName: "Jason",  // 更新人 
     277    createName: "Jason",  // 创建人 
     278    useDate: 13212457451000,  // 被领取时间 
     279} 
     280}}} 
     281 
     282== 兑换记录 == 
     283 
     284{{{#!java 
     285giftExchange: { 
     286    exchangeId: 123,  // 兑换Id 
     287    giftName: "好卡",  // 礼品名称 
     288    exchangeCode: '1232',  // 兑换编码 
     289    num: 2,  // 兑换礼品数量 
     290    mallId: 1,  // 电商Id 
     291    mallName: "淘宝",  // 电商名称 
     292    userId: 132,  // 用户id 
     293    userName: "Jason",  // 用户名称 
     294    status:  1,  // 状态  0、取消;1、待审核确认;2、已审核确认待发货;3、已发货 
     295    createTime: 1412345678112,  // 兑换时间 
     296    email: "123456789@qq.com"  // 电子邮件 
     297    address: "a b",  // 地址 
     298    phone: 12345678912, // 电话号码 
     299    postalcode: 123465,  // 邮编 
     300    person: "Jason",  // 收货人 
     301    exchangeMemo: "无",  // 兑换备注 
     302    cardNum: "a123",  // 卡号 
     303    gift: $gift 
     304    cardPassword: "123456",  // 密码 
     305    expiryDate: 1412345678123,  // 有效期 
     306    statusStr: "已发货",  // 状态描述 
     307    giftTypeStr: "优惠券",  // 礼品类型描述 
     308    expiry: 1  // 是否有效  true 有效  false 过期 
     309} 
     310}}} 
     311 
     312== 礼品兑换规则 == 
     313 
     314{{{#!java 
     315giftExchangeRule: { 
     316    ruleId: 1, 
     317    giftId: 2,  // 礼品ID 
     318    needScore: 10,  // 兑换需要消耗的积分 
     319    needGold: 2,  // 兑换需要消耗的金币 
     320    limitTimes: 10  // 领取次数限制 
     321} 
     322}}} 
     323 
     324== 礼物描述 == 
     325{{{#!java 
     326giftDesc:{ 
     327    giftId: 123, 
     328    giftDesc:"好礼物",  // 礼物描述 
     329    subGiftDesc: "好礼物"  // 个人中心相关礼品介绍截取100字符字段 
     330} 
     331 
     332}}} 
     333 
     334== 礼品库存 == 
     335{{{#!java 
     336giftStock:{ 
     337    giftId: 123,   
     338    stockNum: 12,  // 剩余库存 
     339    totalStockNum: 20,   // 总库存 
     340    createTime: 13215467895000,  // 创建时间 
     341    changeNum: 1  // 已领取数量 
     342} 
     343}}} 
     344 
     345== 代购商家 == 
     346 
     347{{{#!java 
     348purchasing: { 
     349    purchasingId: 1, 
     350    price: 123,  // 价格 
     351    hasSpotGoods: 1,  // 是否有现货:0 现货/1 代购 
     352    link: "http://www.taobao.com/item_1.html",  // 代购地址 
     353    description: "超值代购",  // 代购商家描述 
     354    userId: 12,  // 代购商家id 
     355    topicId: 12,  // 爆料id 
     356    user: $user 
     357    // topic: $topic 
     358} 
     359}}} 
     360 
     361== 专题 == 
     362 
     363{{{#!java 
     364special: { 
     365    specialId:1, 
     366    title: "双十一精选", 
     367    cover: "http://img.pconline.com.cn/1.png", 
     368    url: "http://g.pconline.com.cn/link/a.html" 
     369} 
     370}}} 
     371 
     372**新增属性** 
     373 
     374新增实体 
     375 
     376== 广场入口 == 
     377 
     378{{{#!java 
     379appSunplazaEntry: { 
     380    type: 1,  // 1 标签爆料列表,2 分类爆料列表,3 电商爆料列表,4 爆料终端页,5 专题页,6 试用详情页,7 外链,8 搜索结果页,9商家优惠券列表  11 专题列表页 12 电商活动列表页 13 优惠券列表页 14 白菜价 
     381    value: {tagName or {mallName,mallType} or catId or {topicId,topSection} or trialId or url or keyword}, 
     382    icon: "http://img.pconline.com.cn/1.png", 
     383    name: "白菜价" 
     384} 
     385}}} 
     386 
     387**新增属性** 
     388 
     389新增实体 
     390 
     391== 标签 == 
     392 
     393{{{#!java 
     394tag: { 
     395    id: 1, 
     396    name: "精选" 
     397} 
     398}}} 
     399 
     400== 分类 == 
     401 
     402{{{#!java 
     403topicType: { 
     404    id: 1, 
     405    name: "数码家电" 
     406} 
     407}}} 
     408 
     409== 电商 == 
     410 
     411{{{#!java 
     412mall: { 
     413    mallId: 1,  
     414    name: "京东", 
     415    url: "http://www.jd.com", // 电商URL 
     416    seq: 12,  // 排序 
     417    typeId: 1,  // 国内外电商  0国内电商 1国外电商 
     418    areaType: 1,  // 地域类型  0其他电商 1美淘电商 2日淘电商 
     419    imageUrl: "http://img.pc.com.cn/1.png" 
     420} 
     421}}} 
     422 
     423== 电商优惠券数量vo == 
     424 
     425{{{#!java 
     426mallGiftCount: { 
     427    $mall, 
     428    count:20 
     429} 
     430}}} 
     431 
     432 
     433 
     434== 活动 == 
     435 
     436{{{#!java 
     437activity{ 
     438    activityId: 1, 
     439    cover: "http://1.c.cn/1.png",  // PC活动封面 
     440    appCover: "http://1.c.cn/2.png",  // app活动封面 
     441    title: "亚马逊精选礼品图书满300-100", 
     442    url: "http://www.a.cc/w.do",  // 链点 
     443    urlType: 1   // 爆料终端页   2 外部网页链接 
     444    topicId: 123,  // 爆料id 
     445    sectionId: 1,  // 栏目id    
     446    sectionType: 1,  // 爆料类型  0 优惠    1 海淘   2  发现  3 晒物   4 经验 
     447    topicTitle: "好东西",  // 爆料标题 
     448    description: "好活动",  // 活动描述 
     449    seq: 1,  // 排序 
     450    isTop:  1,  // 是否置顶,1 是  0  否 
     451    isHaiTao: 1,  // 是否海淘活动,1 是  0  否 
     452    isMall: 1,  // 是否电商活动,1 是  0  否 
     453    createAt: 13251245121000, 
     454} 
     455}}} 
     456 
     457== 设置活动 == 
     458 
     459{{{#!java 
     460setupActivity{ 
     461        $activity, 
     462        seq: 1 
     463} 
     464}}} 
     465 
     466== 用户信息 == 
     467 
     468{{{#!java 
     469user: { 
     470    userId: 12, 
     471    name: "Jason",  // 用户名 
     472    nickName: "Jason",  // 昵称 
     473    email: "Jason@gg.cc",  // 电子邮件 
     474    face: "http://img.a.b/1.png",  // 头像 
     475    goldAmount:12,  // 金币 
     476    score: 10,  // 积分 
     477    levelId: 12,  // 等级Id 
     478    experience: 12,  // 经验 
     479    createAt:135212544845000,  // 创建时间 
     480    pristige: 10,  // 威望值 
     481    isBlack: 1,  // 是否黑名单 
     482    purchasingGold:10,  // 钻石 
     483    isPurchasing: 1  // 1:代购商家 0:求购买家 
     484 
     485} 
     486}}} 
     487 
     488== 用户扩展信息 == 
     489 
     490{{{#!java 
     491userExtend: { 
     492    topicNum: 1, //用户发表的爆料数量 
     493    favNum: 10, 
     494    couponNum: 2  //用户的未过期优惠劵数量 
     495} 
     496}}} 
     497 
     498== 焦点图 == 
     499 
     500{{{#!java 
     501focusImage: { 
     502    focusImageId: 12, 
     503    typeId: 爆料类型Id 
     504    imageUrl: "http://img.pconline.com.cn/7.jpg",  // 焦点图 
     505    seq: 1, 
     506    positionIndex: 1,  // 0 app端焦点图、1 wap端焦点图、2 pc端首页焦点图、3 pc端海淘焦点图、4 PC端晒货焦点图、5 PC端经验焦点图、6 WAP端首页焦点图、7 wap端海淘焦点图、8 wap端发现焦点图、9 wap端晒物焦点图、10 wap端经验焦点图 
     507    focusTitle: "现货直接买!iPhone6 Plus 64G三网通5K1",  // 标题 
     508    topicId: 125,  // 爆料id 
     509    sectionType: 1  // 顶级的栏目id:0优惠,1海淘,2 发现,3 晒物,4经验 
     510    url: "http://a.c.com/1.do",  // pc端焦点图跳转url 
     511    createAt: 136521542140000  // 创建时间 
     512} 
     513}}} 
     514 
     515== 收藏 == 
     516 
     517{{{#!java 
     518favorite: { 
     519    favoriteId: 123,  // 收藏id 
     520    topic: $topic, 
     521    userId: 12,  // 收藏的用户Id 
     522    createAt: 13625123531000 
     523} 
     524}}} 
     525 
     526= 试用体验相关实体 = 
     527== 试用体验 == 
     528 
     529{{{#!java 
     530// TODO: 
     531trial: { 
     532    id: 1, 
     533    name: '铃木口琴', 
     534    num: 1,   // 试用数量 
     535    applyNum: 12,  // 申请人数 
     536    status: 1,  // 活动状态:  1:... 
     537    finalTime: '2014-10-10 10:11:10',  // 截止时间 
     538    img_540_270: '', 
     539    price: 100, 
     540    score: 10,  // 所需积分 
     541    gold: 10,  // 所需金币 
     542    detail: '',  // 试用详情 
     543} 
     544}}} 
     545 
     546== 体验类型 == 
     547 
     548{{{#!java 
     549trialType: { 
     550    id: 1, 
     551    name: '数码家电' 
     552} 
     553}}} 
     554 
     555== 我的试用 == 
     556 
     557{{{#!java 
     558myTrial: { 
     559    logo: "http://img.pconline.com.cn/1.png", 
     560    title: "申请这个" 
     561    date: '2015-02-03 10:10::00', 
     562    status: 1  // 状态说明, 
     563    experiencereport: { 
     564        title: 'test', 
     565        id: 12, 
     566        status: 1  // 未交报告,已交报告,报告通过,需修改 
     567    }  // 试用报告 
     568} 
     569}}} 
     570 
     571 
     572= 编辑自设定属性 = 
     573== 设定礼品 == 
     574 
     575{{{#!java 
     576setupGift: { 
     577    $gift, 
     578    seq: 1, 
     579    type: 1  // 1 首页   2   广场 
     580} 
     581}}} 
     582 
     583== 设定专题 == 
     584 
     585{{{#!java 
     586setupSpecial: { 
     587    $special 
     588} 
     589}}} 
     590 
     591== 设定体验 == 
     592 
     593{{{#!java 
     594setupTrial: { 
     595        $trial, 
     596    seq: seq, 
     597    type: 1  // 1 首页   2  广场 
     598} 
     599}}} 
     600 
     601== 关键词订阅 == 
     602 
     603{{{#!java 
     604subscriptionSecond: { 
     605    subscriptionId: 1, 
     606    keyword: $subscriptionKeyword, 
     607    token: fc4dc55ff69e3d55bf67bb5ba891e628 
     608} 
     609}}} 
     610 
     611== 关键词 == 
     612{{{#!java 
     613subscriptionKeyword:{ 
     614    keywordId:12, 
     615    keyword: "ipad" 
     616} 
     617}}} 
     618 
     619== 分类订阅 == 
     620 
     621{{{#!java 
     622subscription: { 
     623    subscriptionId: 10, //分类订阅id 
     624    typeId: 288, //爆料分类id 
     625    token: fc4dc55ff69e3d55bf67bb5ba891e628 //token 
     626} 
     627}}} 
     628 
     629== 标签 == 
     630 
     631{{{#!java 
     632topicTag:{ 
     633    id:1, 
     634    name: '土豪', 
     635    isHot: 1,  // 是否热点标签 
     636    isSpecial:0,  // 是否特色标签 
     637    type:0  // 类型  0 聚超值  1 母婴 
     638} 
     639}}} 
     640 
     641= 组合VO对象 = 
     642 
     643== 首页VO == 
     644 
     645{{{#!java 
     646indexVo: { 
     647    type: 1,  // 1 爆料   2 推荐位  3 试用  4 优惠券 
     648    value: {$topic or $adPosition or $trial or $gift}  // 根据type判断这里是什么类型 
     649} 
     650}}}