Showing
1 changed file
with
1 additions
and
132 deletions
@@ -5528,135 +5528,4 @@ code为200即为成功且只会返回200,每次都会有响应结果。 | @@ -5528,135 +5528,4 @@ code为200即为成功且只会返回200,每次都会有响应结果。 | ||
5528 | 5528 | ||
5529 | ## 商品详情接口 | 5529 | ## 商品详情接口 |
5530 | 5530 | ||
5531 | -(method=app.product.data) | ||
5532 | -请求方式:GET | ||
5533 | -#### 请求参数 | ||
5534 | -| 参数名称 | 参数类型 | 是否必填 | 范围 | 示例 | 默认值 | 备注 | | ||
5535 | -|-------| -----|-----|-----|-----|----|----| | ||
5536 | -|uid|String|否|0-11|11084019|null|用户ID| | ||
5537 | -|product_id|String|否|0-11|321819|null|商品id,为空时product_skn必填| | ||
5538 | -|product_skn|String|否|0-11|51178553|null|商品skn,为空时product_id必填| | ||
5539 | -|tags_filter|Integer|否|0-2|0|0|过滤标签| | ||
5540 | - | ||
5541 | -注意,通用的头部没有列出。 | ||
5542 | -请求示例 | ||
5543 | -http://devapi.yoho.cn:58078/?uid=11084019&product_id=321819&yh_channel=1&screen_size=1080x1776&app_version=4.0.3&os_version=android4.4.2%3APE-TL20&showcomment=Y&v=7&client_secret=e5863045f62d5eab604469a6b4b7895d&client_type=android&gender=1%2C3&method=app.product.data&product_skn=51178553&session_key=cba963d9265806acc486f77e5258dec8 | ||
5544 | - | ||
5545 | -### 响应 | ||
5546 | -code为200即为成功且只会返回200,每次都会有响应结果。 | ||
5547 | -响应JSON格式如下所示: | ||
5548 | -```json | ||
5549 | -{ | ||
5550 | - "alg": "SALT_MD5", | ||
5551 | - "code": 200, | ||
5552 | - "data": { | ||
5553 | - "attribute": 1, | ||
5554 | - "brand_info": { | ||
5555 | - "brand_ico": "http://img13.static.yhbimg.com/brandLogo/2016/04/14/14/02c768cf6f801720ea28451cc5fe0aaedd.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
5556 | - "brand_id": 763, | ||
5557 | - "brand_name": "Genanx" | ||
5558 | - }, | ||
5559 | - "cn_alphabet": "GENANXJ3341MianYi", | ||
5560 | - "format_market_price": "¥1988.00", | ||
5561 | - "format_sales_price": "¥598.00", | ||
5562 | - "goods_list": [ | ||
5563 | - { | ||
5564 | - "color_id": 2, | ||
5565 | - "color_image": "http://img13.static.yhbimg.com/goodsimg/2015/12/13/11/02e4d1ca9e4fb0a05fbc47c896dec55546.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
5566 | - "color_name": "黑色", | ||
5567 | - "goods_id": 413961, | ||
5568 | - "images_list": [ | ||
5569 | - { | ||
5570 | - "image_url": "http://img13.static.yhbimg.com/goodsimg/2015/12/13/11/02e4d1ca9e4fb0a05fbc47c896dec55546.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80" | ||
5571 | - }, | ||
5572 | - { | ||
5573 | - "image_url": "http://img12.static.yhbimg.com/goodsimg/2015/12/06/06/022131fb5d4ae4508ef43cf0cb4e7e08b3.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80" | ||
5574 | - }, | ||
5575 | - { | ||
5576 | - "image_url": "http://img12.static.yhbimg.com/goodsimg/2015/12/06/06/028200fbc5e15d74b5d3a0022ad0314797.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80" | ||
5577 | - } | ||
5578 | - ], | ||
5579 | - "is_default": "N", | ||
5580 | - "product_skc": 311271, | ||
5581 | - "size_list": [ | ||
5582 | - { | ||
5583 | - "order_by": 1175, | ||
5584 | - "product_sku": 980760, | ||
5585 | - "size_id": 203, | ||
5586 | - "size_name": "M", | ||
5587 | - "storage_number": 0 | ||
5588 | - }, | ||
5589 | - { | ||
5590 | - "order_by": 1169, | ||
5591 | - "product_sku": 980761, | ||
5592 | - "size_id": 201, | ||
5593 | - "size_name": "L", | ||
5594 | - "storage_number": 0 | ||
5595 | - }, | ||
5596 | - { | ||
5597 | - "order_by": 1163, | ||
5598 | - "product_sku": 980762, | ||
5599 | - "size_id": 211, | ||
5600 | - "size_name": "XL", | ||
5601 | - "storage_number": 0 | ||
5602 | - }, | ||
5603 | - { | ||
5604 | - "order_by": 1157, | ||
5605 | - "product_sku": 980763, | ||
5606 | - "size_id": 216, | ||
5607 | - "size_name": "XXL", | ||
5608 | - "storage_number": 0 | ||
5609 | - } | ||
5610 | - ], | ||
5611 | - "status": 1 | ||
5612 | - } | ||
5613 | - ], | ||
5614 | - "info": { | ||
5615 | - "comment_total": 0, | ||
5616 | - "consult_total": 0 | ||
5617 | - }, | ||
5618 | - "isLimitBuy": false, | ||
5619 | - "is_advance": "N", | ||
5620 | - "is_collect": "N", | ||
5621 | - "is_outlets": "N", | ||
5622 | - "limitProductCode": "", | ||
5623 | - "limitProductSku":"", //限购商品sku | ||
5624 | - "market_price": 1988, | ||
5625 | - "phrase": "GENANX的品牌标志是由一道至上而下的闪电贯穿其中,闪电象征着品牌崇尚“力量、速度、激情、狂热”的精神内涵。从另一方面,正是这种无所畏惧的精神与力量,引导着GENANX整个品牌的发展,从始至终都贯彻在GENANX的时装设计与风格塑造之中。", | ||
5626 | - "product_id": 321819, | ||
5627 | - "product_name": "Genanx 压纹字母刺绣防风棉衣", | ||
5628 | - "product_skn": 51178553, | ||
5629 | - "product_url": "http://m.yohobuy.com/product/pro_321819_413961/GENANXJ3341MianYi.html", | ||
5630 | - "promotion": [ | ||
5631 | - { | ||
5632 | - "promotion_title": "【Genanx】加¥99购休闲裤", | ||
5633 | - "promotion_type": "加价购" | ||
5634 | - }, | ||
5635 | - { | ||
5636 | - "promotion_title": "【全场99元加价购】", | ||
5637 | - "promotion_type": "加价购" | ||
5638 | - }, | ||
5639 | - { | ||
5640 | - "promotion_title": "【全场59元加价购】", | ||
5641 | - "promotion_type": "加价购" | ||
5642 | - }, | ||
5643 | - { | ||
5644 | - "promotion_title": "【全场159元加价购】", | ||
5645 | - "promotion_type": "加价购" | ||
5646 | - } | ||
5647 | - ], | ||
5648 | - "saleStatus": 0, | ||
5649 | - "sales_phrase": "", | ||
5650 | - "sales_price": 598, | ||
5651 | - "showStatus": 0, | ||
5652 | - "storage_sum": 0, | ||
5653 | - "tags": [ | ||
5654 | - "is_discount", | ||
5655 | - "is_soon_sold_out" | ||
5656 | - ], | ||
5657 | - "vip_price": "¥0.00" | ||
5658 | - }, | ||
5659 | - "md5": "fdbd95851d6a171af283bb72f7396ba7", | ||
5660 | - "message": "product info" | ||
5661 | -} | ||
5662 | -``` | ||
5531 | +#### 参看: http://git.dev.yoho.cn/yoho-documents/api-interfaces/blob/master/%E5%95%86%E5%93%81%E5%88%97%E8%A1%A8/product.md |
-
Please register or login to post a comment