Changes between Version 12 and Version 13 of magazine_interface


Ignore:
Timestamp:
06/17/2015 01:52:18 PM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • magazine_interface

    v12 v13  
    486486} 
    487487}}} 
     488=== 5.3 [=#point5.3 图库] === 
     489[[BR]]mrobot接口:http://mrobot.pcauto.com.cn/xsp/x/photo.pchouse.com.cn/template/pchouse/wap/picdata.jsp?groupId=&photoId= 
     490[[BR]]后台接口:http://photo.pchouse.com.cn/template/pchouse/wap/picdata.jsp?callback=&groupId=&photoId= 
     491[[BR]]HTTP请求方式:get 
     492[[BR]]是否需要登录:false 
     493[[BR]]返回格式:json 
     494[[BR]]缓存时间: 
     495[[BR]]是否分页:否 
     496[[BR]]请求参数:[[BR]] 
     497||参数名||类型||必须||说明|| 
     498||groupId||String||必填||组图Id|| 
     499||photoId||String||必填||图片Id|| 
     500[[BR]]返回数据结构 
     501{{{ 
     502{ 
     503    "total": //数据总数 
     504    "rows": [ 
     505        { 
     506            "bigPath": //图片地址 
     507            "picInfo": //图片信息 
     508            "photoid": //图片id 
     509            "phototags": [    //标签 
     510                { 
     511                    "tagname": //标签名称 
     512                    "tagUrl": //链接 
     513                } 
     514            ] 
     515        } 
     516    ] 
     517} 
     518}}} 
     519=== 5.4 [=#point5.4 分享] === 
     520[[BR]]mrobot接口:http://mrobot.pcauto.com.cn/xsp/x/photo.pchouse.com.cn/template/pchouse/wap/photo.jsp?photoId=281511 
     521[[BR]]后台接口:http://photo.pchouse.com.cn/template/pchouse/wap/photo.jsp?photoId=281511 
     522[[BR]]HTTP请求方式:get 
     523[[BR]]是否需要登录:false 
     524[[BR]]返回格式:web页 
     525[[BR]]缓存时间: 
     526[[BR]]是否分页:否 
     527[[BR]]请求参数:[[BR]] 
     528||参数名||类型||必须||说明|| 
     529||photoId||String||必填||图片Id|| 
     530=== 5.5 [=#point5.5 产品库] === 
     531[[BR]]mrobot接口:http://mrobot.pcauto.com.cn/xsp/x/product.pchouse.com.cn/jsp/intf/reader_product.jsp?goodsId=194431 
     532[[BR]]后台接口:http://product.pchouse.com.cn/jsp/intf/reader_product.jsp?goodsId=194431 
     533[[BR]]HTTP请求方式:get 
     534[[BR]]是否需要登录:false 
     535[[BR]]返回格式:json 
     536[[BR]]缓存时间: 
     537[[BR]]是否分页:否 
     538[[BR]]请求参数:[[BR]] 
     539||参数名||类型||必须||说明|| 
     540||goodsId||String||必填||产品Id|| 
     541[[BR]]返回数据结构 
     542{{{ 
     543{ 
     544    buyUrl: "http://www.ikea.com/cn/zh/catalog/products/70235967/", 
     545    shareUrl: "http://m.pchouse.com.cn/product/item/194431.html", 
     546    images: [ 
     547        "http://imgrt.pchouse.com.cn/images/upload/upc/tx/houselib/1502/02/c0/spcgroup/2653996_1422864766397_500x500.jpg", 
     548        "http://imgrt.pchouse.com.cn/images/upload/upc/tx/houselib/1502/02/c0/spcgroup/2653996_1422864767945_500x500.jpg", 
     549        "http://imgrt.pchouse.com.cn/images/upload/upc/tx/houselib/1502/02/c0/spcgroup/2653996_1422864769504_500x500.jpg" 
     550    ], 
     551    statusCode: 200, 
     552    summary: "滑动门打开时不占用空间,可腾出更多空间摆放家具。抽屉可上锁;将好奇的手留在外面。抽屉滑动自如、顺畅,带有防拉出制动装置。如果想要整理内部空间,可选用SKUBB思库布系列的内部配件。安装后尺寸宽度:154厘米深度:60厘米高度:205厘米每块搁板最大承重:20公斤" 
     553} 
     554}}} 
    488555== 6.杂志跳转协议 == 
    489556[[http://trac.pc.com.cn/magazine-ios/wiki/api | 跳转协议列表]]