Changes between Version 28 and Version 29 of price_api


Ignore:
Timestamp:
03/11/2015 03:55:05 PM (11 years ago)
Author:
zhumiaosen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v28 v29  
    566566  data:{ 
    567567     sunplazaEntrys: [ 
    568          {$sunplazaEntry}, 
    569          { 
     568         {//from $sunplazaEntry 
    570569            type: 1,  // 1 标签爆料列表,2 分类爆料列表,3 电商爆料列表,4 爆料终端页,5 专题页,6 试用详情页,7 外链,8 搜索结果页,9商家优惠券列表 
    571570            value: {tagId or mallId or catId or {topicId,topSection} or trialId or url or keyword}, 
     
    573572            name: "白菜价" 
    574573        }, 
    575         {…}, 
    576         {…} 
     574        ... 
    577575     ],//四个自由快捷入口 
    578576     hotSpecial: { 
     
    583581     }, //热门专题一个 
    584582     activitys: [ 
    585         {$activity}, 
    586         { 
     583        {//from $activity 
    587584            activityId: 1, 
    588585            appCover: "http://1.c.cn/2.png",  // app活动封面 
     
    601598            createAt: 13251245121000, 
    602599        }, 
    603         {…}, 
    604         {…} 
     600        ... 
    605601     ],//热门电商活动四个 
    606602     gift: { 
     
    630626     },//最新试用一个 
    631627     hotTopics: [ 
    632          {$topic}, 
     628         {//from $topic 
    633629         { 
    634630           topicId: 2395585, 
     
    645641           ShowPicForApp: 1  // 是否白菜价合集 
    646642         }, 
    647          {…}, 
    648          {…}, 
    649          {…} 
     643         ... 
    650644     ],//排行榜五个 
    651645     getNewCountForApp:{ 
     
    691685  total: 100, 
    692686  data: [ 
    693     "$special" 
     687     {//from $special 
     688        specialId:1, 
     689        title: "双十一精选", 
     690        cover: "http://img.pconline.com.cn/1.png", 
     691        url: "http://g.pconline.com.cn/link/a.html" 
     692     }, 
     693     ... 
    694694  ] 
    695695} 
    696696}}} 
     697[http://trac.pc.com.cn/pc_best/wiki/app2.0/object_properties#专题 $special] 
    697698 
    698699---------- 
     
    732733  total: 100, 
    733734  data: [ 
    734     {$activity}, 
    735     {     
     735    {//from $activity     
    736736        activityId: 1, 
    737737        appCover: "http://1.c.cn/2.png",  // app活动封面 
     
    787787  total: 100, 
    788788  data: [ 
    789     {$gift}, 
    790     { 
     789    {//from $gift 
    791790        giftId: 1 
    792791        mallName: '京东',  // 电商名称 
     
    14531452  pageNo: 1, 
    14541453  data: [ 
    1455     { 
    1456       "$userExtend", 
     1454    {//from $userExtend and 获取试用总数 
     1455      topicNum: 1, 
     1456      favNum: 10, 
     1457      couponNum: 2     
    14571458      trialCount: 2 
    14581459    } 
     
    15421543  total: 100, 
    15431544  data: [ 
    1544     "$topic" 
     1545        {//from $topic 
     1546            topicId: 2395585, 
     1547            title: "有钱你就来",  //标题 
     1548            topicType: 1  // 0优惠,1海淘,2 发现,3 晒物,4经验 
     1549            mallName: "京东",  // 电商名称 
     1550            mallId: 1, // 电商id 
     1551            price: "五折对低价199",  // 价格描述 
     1552            pubDate: "2015-03-10 07:31:47",  // 发布时间,时间戳 毫秒 
     1553            overdueStatus: 1,  // 是否过期 
     1554            endTime: "2015-03-15 07:31:47",  // 优惠截止时间 
     1555            channelId: 12,  // 计数器栏目id 
     1556            imagesForList: ["http://www.a.b/a.png"], 
     1557            hasCoupon: 0,  // 是否有优惠券,适用于 优惠,海淘 
     1558            cover: "http://www.google.com/1.png", 
     1559            hdCover: "http://www.google.com/1_hd.png",  // 高清图,适用于晒物,经验,试用体验 
     1560            ShowPicForApp: 1  // 是否白菜价合集 
     1561        } 
     1562        ... 
    15451563  ] 
    15461564} 
     
    15851603  total: 100, 
    15861604  data: [ 
    1587     "$collect" 
     1605      {//from $favorite 
     1606        favoriteId: 123,  // 收藏id 
     1607        topic: $topic, 
     1608        userId: 12,  // 收藏的用户Id 
     1609        createAt: 13625123531000 
     1610      } 
    15881611  ] 
    15891612} 
     
    16801703  total: 100, 
    16811704  data: [ 
    1682     "$giftCoupon" 
     1705    {//from $giftCoupon 
     1706        couponId: 123,  // 优惠券Id 
     1707        giftId: 123,  // 礼品Id 
     1708        name: "京东卡", 
     1709        mallName: '京东',  // 电商名称 
     1710        imageUrl: "http://a.cn/1.png",  // 图片 
     1711        giftPrice: 12.00,  // 礼品价格 
     1712        createTime: 13251245124000,  // 创建时间 
     1713        disCount: "满400减20",  // 优惠券额度 
     1714        expiryDate: 13621321521000,  // 有效期 
     1715        mallId:  12,  // 电商Id 
     1716        remainingDay:2  // 当前时间距离优惠券过期的天数 
     1717        cardNum: '1232', 
     1718        cardPassword: 's123sdssdfs54212', 
     1719        status: 1,  // 状态0:禁用;1:未领取;2:已领取 
     1720        useDate: 13212457451000,  // 被领取时间 
     1721    } 
    16831722  ] 
    16841723} 
     
    18981937  status: 0, 
    18991938  msg: "订阅成功", 
    1900   data: ["$sectionExtend"] 
     1939  data: [ 
     1940      {//from  $sectionExtend 
     1941        value: 1, 
     1942        name: '海淘', 
     1943        count: 12   
     1944      }, 
     1945      … 
     1946  ] 
    19011947} 
    19021948}}} 
     
    20392085  msg: "请求成功", 
    20402086  data: [ 
    2041     "$receiveComment" 
     2087     {//from $receiveComment 
     2088        commentId: 37283120, 
     2089        currentFloor: 2, 
     2090        createAt: 1362154214000, 
     2091        isSupportPurchasing: 0, 
     2092        topicId: 80671, 
     2093        topicLogo: "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1410/28/c0/40244951_1414478236223_150x150.jpg", 
     2094        topicTitle: "双11预售:佳能 单反相机 1200D/18-55 套机", 
     2095        topicType: 0,  // 0发现,1优惠,2海淘,3晒物,4经验 
     2096        topicURLForPCWeb: "http://best.pconline.com.cn/faxian_80671.html", 
     2097        topicUrl: "http://best.pconline.com.cn/discovery_art.jsp?topicId=80671", 
     2098        urlForComment: "http://best.pconline.com.cn/discovery_art.jsp?topicId=80671", 
     2099        senderId: 1,  // 评论者ID,匿名回复则为0 
     2100        senderFace: "http://i1.3conline.com/images/upload/upc/face/28/46/70/67/28467067_100x100",  // 发送者的头像 
     2101        senderNickName: "qz31244533",  // 发送者的昵称 
     2102        sendCommentContent: "怎么还要定金的呢",  // 发送的评论 
     2103        userface: "http://i1.3conline.com/images/upload/upc/face/31/24/45/33/31244533_100x100",  // 被回复的头像 
     2104        username: "arthinking",  // 被回复的昵称 
     2105        replyRefContent: ""看起来不错哦"",  // 被回复的内容 
     2106    } 
    20422107  ] 
    20432108} 
     
    20842149  msg: "请求成功", 
    20852150  data: [ 
    2086     "$sendComment" 
     2151     {//from $sendComment 
     2152        commentId: 37283120, 
     2153        currentFloor: 2, 
     2154        createAt: 1362123452000, 
     2155        isSupportPurchasing: 0, 
     2156        textCommentContent: "怎么还要定金的呢", 
     2157        topicId: 80671, 
     2158        topicLogo: "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1410/28/c0/40244951_1414478236223_150x150.jpg", 
     2159        topicTitle: "双11预售:佳能 单反相机 1200D/18-55 套机", 
     2160        topicType: 0,  // 0发现,1优惠,2海淘,3晒物,4经验 
     2161        topicURLForPCWeb: "http://best.pconline.com.cn/faxian_80671.html", 
     2162        topicUrl: "http://best.pconline.com.cn/discovery_art.jsp?topicId=80671", 
     2163        urlForComment: "http://best.pconline.com.cn/discovery_art.jsp?topicId=80671", 
     2164        senderNickName: "qz31244533",  // 发表评论者昵称 
     2165        senderFace: "http://i1.3conline.com/images/upload/upc/face/28/46/70/67/28467067_100x100"  // 发表评论者头像 
     2166    } 
    20872167  ] 
    20882168}