Showing
1 changed file
with
828 additions
and
10 deletions
@@ -8,18 +8,18 @@ | @@ -8,18 +8,18 @@ | ||
8 | | method | String | 否 | app.search.category| |请求方法| | 8 | | method | String | 否 | app.search.category| |请求方法| |
9 | | type | String | 否 | “new” ||页面的标签字符串 “new” “price” “discount” | | 9 | | type | String | 否 | “new” ||页面的标签字符串 “new” “price” “discount” | |
10 | | limit | int | 否 | 10 ||每页展示条数,默认10条| | 10 | | limit | int | 否 | 10 ||每页展示条数,默认10条| |
11 | -| sort | String | 否 | "116,117,115,119,124,122,413,258,173,227,125,118,121,123,114,293" ||分类的Id| | 11 | +| sort | String | 否 | "116,117,115,119,124,122,413,258,173,227,125,118,121,123,114,293" ||查询小分类ID,查多个小类以逗号分隔| |
12 | | page | int | 否 | 1 ||当前页| | 12 | | page | int | 否 | 1 ||当前页| |
13 | | yh_channel | String | 否 | "1" ||频道| | 13 | | yh_channel | String | 否 | "1" ||频道| |
14 | | order | String | 否 | "s_t_desc" ||排序信息 | | 14 | | order | String | 否 | "s_t_desc" ||排序信息 | |
15 | -| p_d | String | 否 | "944005" ||打折区间,以逗号分隔| | ||
16 | -| color | String | 否 | "944005" ||颜色ID| | ||
17 | -| brand | String | 否 | "944005" ||品牌ID| | ||
18 | -| shop | String | 否 | "944005" ||店铺ID| | ||
19 | -| price | String | 否 | "944005" ||价格区间,以逗号分隔| | ||
20 | -| size | String | 否 | "944005" ||尺寸ID,以逗号分隔| | ||
21 | -| msort | String | 否 | "944005" ||地址ID| | ||
22 | -| misort | String | 否 | "944005" ||地址ID| | 15 | +| p_d | String | 否 | "0.7" ||打折区间,以逗号分隔| |
16 | +| color | String | 否 | "145" ||颜色ID| | ||
17 | +| brand | String | 否 | "125" ||品牌ID| | ||
18 | +| shop | String | 否 | "155" ||店铺ID| | ||
19 | +| price | String | 否 | "300,600" ||价格区间,以逗号分隔| | ||
20 | +| size | String | 否 | "16,17" ||尺寸ID,以逗号分隔| | ||
21 | +| msort | String | 否 | "95" ||产品大分类ID| | ||
22 | +| misort | String | 否 | "918" ||产品中分类ID| | ||
23 | | standard | String | 否 | "944005" ||规格| | 23 | | standard | String | 否 | "944005" ||规格| |
24 | | categoryId | String | 否 | "5" ||运营二级分类ID| | 24 | | categoryId | String | 否 | "5" ||运营二级分类ID| |
25 | | subCategoryId | String | 否 | "45" || 运营三级分类ID| | 25 | | subCategoryId | String | 否 | "45" || 运营三级分类ID| |
@@ -362,8 +362,826 @@ code为200即为成功且只会返回200,每次都会有响应结果。 | @@ -362,8 +362,826 @@ code为200即为成功且只会返回200,每次都会有响应结果。 | ||
362 | "message": "Category Product List." | 362 | "message": "Category Product List." |
363 | } | 363 | } |
364 | ``` | 364 | ``` |
365 | +## 2、首页模糊搜索的商品列表,支持按商品skn、品牌搜索或者店铺首页搜索 | ||
365 | 366 | ||
366 | -3 ## 商品详情接口 | 367 | +(method=app.search.li) |
368 | +请求方式:GET | ||
369 | +#### 请求参数 | ||
370 | +| 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 | | ||
371 | +| :-- | :-- | :-- | :-- | :-- | :-- | | ||
372 | +| method | String | 否 | app.search.li| |请求方法| | ||
373 | +| query | String | 否 | ||关键词查询条件| | ||
374 | +| limit | int | 否 | 10 ||每页展示条数,默认10条| | ||
375 | +| sort | String | 否 | "116,117,115,119,124,122,413,258,173,227,125,118,121,123,114,293" ||查询小分类ID,查多个小类以逗号分隔| | ||
376 | +| page | int | 否 | 1 ||当前页| | ||
377 | +| yh_channel | String | 否 | "1" ||频道| | ||
378 | +| order | String | 否 | "s_t_desc" ||排序信息 | | ||
379 | +| p_d | String | 否 | "0.7" ||打折区间,以逗号分隔| | ||
380 | +| color | String | 否 | "145" ||颜色ID| | ||
381 | +| brand | String | 否 | "125" ||品牌ID| | ||
382 | +| shop | String | 否 | "155" ||店铺ID| | ||
383 | +| price | String | 否 | "300,600" ||价格区间,以逗号分隔| | ||
384 | +| size | String | 否 | "16,17" ||尺寸ID,以逗号分隔| | ||
385 | +| msort | String | 否 | "95" ||产品大分类ID| | ||
386 | +| misort | String | 否 | "918" ||产品中分类ID| | ||
387 | +| promotion | String | 否 | "5" ||促销ID| | ||
388 | +| from | String | 否 | "45" || 来源于那个搜索词列表| | ||
389 | +| gender | String | 否 | "944005" ||性别,以逗号分隔| | ||
390 | +| outlets | int | 否 | 1 ||outlets=1 奥莱商品 outlets=2非奥莱商品| | ||
391 | + | ||
392 | + | ||
393 | +注意,通用的头部没有列出。 | ||
394 | +请求示例 | ||
395 | +http://devapi.yoho.cn:58078/?debug=XYZ&app_version=3.8.2&client_type=android&os_version=yohobuy%3Ah5&screen_size=720x1280&v=7&method=app.home.newPreference&yh_channel=1&udid=7ce5433b0eb9b527599fd5ef319773bc2f5d94d8&uid=10961107 | ||
396 | + | ||
397 | +### 响应 | ||
398 | +code为200即为成功且只会返回200,每次都会有响应结果。 | ||
399 | +响应JSON格式如下所示: | ||
400 | +```json | ||
401 | +{ | ||
402 | + "alg": "SALT_MD5", | ||
403 | + "code": 200, | ||
404 | + "data": { | ||
405 | + "filter": { | ||
406 | + "brand": [ | ||
407 | + { | ||
408 | + "brand_alif": "C", | ||
409 | + "brand_domain": "cochinillo", | ||
410 | + "brand_ico": "http://img10.static.yhbimg.com/brandLogo/2012/11/01/19/01a5a5d79177613a31ef894697f59c3c43.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
411 | + "brand_keyword": "", | ||
412 | + "brand_name": "Cochinillo", | ||
413 | + "brand_name_cn": "Cochinillo", | ||
414 | + "brand_name_en": "Cochinillo", | ||
415 | + "hot_keyword": "", | ||
416 | + "id": 323, | ||
417 | + "is_hot": "N" | ||
418 | + }, | ||
419 | + { | ||
420 | + "brand_alif": "L", | ||
421 | + "brand_domain": "lhouse", | ||
422 | + "brand_ico": "http://img11.static.yhbimg.com/brandLogo/2011/06/27/19/01c1514a8a9d3f9bdf34d70c8ec0610870.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
423 | + "brand_keyword": "l-house,T恤,休闲裤,包,LPAN,", | ||
424 | + "brand_name": "L-HOUSE", | ||
425 | + "brand_name_cn": "", | ||
426 | + "brand_name_en": "L-HOUSE", | ||
427 | + "hot_keyword": "l-house", | ||
428 | + "id": 72, | ||
429 | + "is_hot": "N" | ||
430 | + }, | ||
431 | + { | ||
432 | + "brand_alif": "T", | ||
433 | + "brand_domain": "tyakasha", | ||
434 | + "brand_ico": "http://img13.static.yhbimg.com/brandLogo/2015/12/07/10/02c11ab89b90ad104a080efc17310836a0.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
435 | + "brand_keyword": "tyakasha,服装,", | ||
436 | + "brand_name": "TYAKASHA", | ||
437 | + "brand_name_cn": "塔卡沙", | ||
438 | + "brand_name_en": "TYAKASHA", | ||
439 | + "hot_keyword": "tyakasha", | ||
440 | + "id": 141, | ||
441 | + "is_hot": "Y" | ||
442 | + }, | ||
443 | + { | ||
444 | + "brand_alif": "P", | ||
445 | + "brand_domain": "protest", | ||
446 | + "brand_ico": "http://img13.static.yhbimg.com/brandLogo/2015/12/07/11/024f9654dd401202fa5aa93e21ab01056a.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
447 | + "brand_keyword": "", | ||
448 | + "brand_name": "PROTEST博特斯", | ||
449 | + "brand_name_cn": "", | ||
450 | + "brand_name_en": "PROTEST", | ||
451 | + "hot_keyword": "", | ||
452 | + "id": 402, | ||
453 | + "is_hot": "N" | ||
454 | + }, | ||
455 | + { | ||
456 | + "brand_alif": "C", | ||
457 | + "brand_domain": "clottee", | ||
458 | + "brand_ico": "http://img10.static.yhbimg.com/brandLogo/2015/12/03/15/01de6bf632d371c2d6c5f74c212aa284fb.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
459 | + "brand_keyword": "明星、潮流、设计、细节、凸显个人的风格", | ||
460 | + "brand_name": "CLOTtee", | ||
461 | + "brand_name_cn": "", | ||
462 | + "brand_name_en": "CLOTtee", | ||
463 | + "hot_keyword": "CLOT主理人Edison Chen(陈冠希)和Kevin Poon(潘世亨)以“Essential”为题进", | ||
464 | + "id": 518, | ||
465 | + "is_hot": "Y" | ||
466 | + }, | ||
467 | + { | ||
468 | + "brand_alif": "5", | ||
469 | + "brand_domain": "5preview", | ||
470 | + "brand_ico": "http://img12.static.yhbimg.com/brandLogo/2015/11/17/16/02202c3d541b9b0b67aaf32068b32f4884.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
471 | + "brand_keyword": "趣味,休闲", | ||
472 | + "brand_name": "5 PREVIEW", | ||
473 | + "brand_name_cn": "", | ||
474 | + "brand_name_en": "5 PREVIEW", | ||
475 | + "hot_keyword": "", | ||
476 | + "id": 526, | ||
477 | + "is_hot": "N" | ||
478 | + } | ||
479 | + ], | ||
480 | + "color": [ | ||
481 | + { | ||
482 | + "color_code": "0000fe", | ||
483 | + "color_id": 7, | ||
484 | + "color_name": "蓝色", | ||
485 | + "color_value": "" | ||
486 | + }, | ||
487 | + { | ||
488 | + "color_code": "FFFFFF", | ||
489 | + "color_id": 1, | ||
490 | + "color_name": "白色", | ||
491 | + "color_value": "" | ||
492 | + }, | ||
493 | + { | ||
494 | + "color_code": "8b5402", | ||
495 | + "color_id": 4, | ||
496 | + "color_name": "棕色", | ||
497 | + "color_value": "" | ||
498 | + }, | ||
499 | + { | ||
500 | + "color_code": "#fffff", | ||
501 | + "color_id": 15, | ||
502 | + "color_name": "彩色", | ||
503 | + "color_value": "http://img02.static.yohobuy.com/adpic/2014/01/27/13/0272608508f09e2bf7eb5543bf5cc70d31.png" | ||
504 | + }, | ||
505 | + { | ||
506 | + "color_code": "333333", | ||
507 | + "color_id": 2, | ||
508 | + "color_name": "黑色", | ||
509 | + "color_value": "" | ||
510 | + }, | ||
511 | + { | ||
512 | + "color_code": "b9b7af", | ||
513 | + "color_id": 3, | ||
514 | + "color_name": "灰色", | ||
515 | + "color_value": "" | ||
516 | + }, | ||
517 | + { | ||
518 | + "color_code": "710098", | ||
519 | + "color_id": 8, | ||
520 | + "color_name": "紫色", | ||
521 | + "color_value": "" | ||
522 | + } | ||
523 | + ], | ||
524 | + "discount": { | ||
525 | + "0.01,0.399": { | ||
526 | + "count": 3, | ||
527 | + "name": "1~3" | ||
528 | + }, | ||
529 | + "0.4,0.699": { | ||
530 | + "count": 1, | ||
531 | + "name": "4~6" | ||
532 | + } | ||
533 | + }, | ||
534 | + "gender": { | ||
535 | + "1,3": "BOYS", | ||
536 | + "2,3": "GIRLS" | ||
537 | + }, | ||
538 | + "group_sort": [ | ||
539 | + { | ||
540 | + "category_id": "5", | ||
541 | + "category_name": "上衣", | ||
542 | + "node_count": 0, | ||
543 | + "parent_id": "1", | ||
544 | + "relation_parameter": { | ||
545 | + "sort": "598" | ||
546 | + }, | ||
547 | + "sort_ico": "http://img11.static.yhbimg.com/taobaocms/2015/09/01/14/01d48022e08742f1c96766caa6484593ce.jpg", | ||
548 | + "sub": [ | ||
549 | + { | ||
550 | + "category_id": "56", | ||
551 | + "category_name": "衬衫", | ||
552 | + "node_count": 0, | ||
553 | + "parent_id": "5", | ||
554 | + "relation_parameter": { | ||
555 | + "sort": "115" | ||
556 | + }, | ||
557 | + "sort_ico": "" | ||
558 | + }, | ||
559 | + { | ||
560 | + "category_id": "29", | ||
561 | + "category_name": "防风外套", | ||
562 | + "node_count": 0, | ||
563 | + "parent_id": "18", | ||
564 | + "relation_parameter": { | ||
565 | + "sort": "227" | ||
566 | + }, | ||
567 | + "sort_ico": "http://img11.static.yhbimg.com/taobaocms/2015/09/01/14/01d48022e08742f1c96766caa6484593ce.jpg?imageView/{mode}/w/{width}/h/{height}" | ||
568 | + }, | ||
569 | + { | ||
570 | + "category_id": "42", | ||
571 | + "category_name": "毛衣/针织", | ||
572 | + "node_count": 0, | ||
573 | + "parent_id": "18", | ||
574 | + "relation_parameter": { | ||
575 | + "sort": "258" | ||
576 | + }, | ||
577 | + "sort_ico": "http://img12.static.yhbimg.com/taobaocms/2015/09/01/14/02d48022e08742f1c96766caa6484593ce.jpg?imageView/{mode}/w/{width}/h/{height}" | ||
578 | + }, | ||
579 | + { | ||
580 | + "category_id": "45", | ||
581 | + "category_name": "T恤", | ||
582 | + "node_count": 0, | ||
583 | + "parent_id": "5", | ||
584 | + "relation_parameter": { | ||
585 | + "sort": "114,293" | ||
586 | + }, | ||
587 | + "sort_ico": "" | ||
588 | + }, | ||
589 | + { | ||
590 | + "category_id": "53", | ||
591 | + "category_name": "背心", | ||
592 | + "node_count": 0, | ||
593 | + "parent_id": "5", | ||
594 | + "relation_parameter": { | ||
595 | + "sort": "117" | ||
596 | + }, | ||
597 | + "sort_ico": "" | ||
598 | + } | ||
599 | + ] | ||
600 | + }, | ||
601 | + { | ||
602 | + "category_id": "8", | ||
603 | + "category_name": "裤装", | ||
604 | + "node_count": 0, | ||
605 | + "parent_id": "1", | ||
606 | + "relation_parameter": { | ||
607 | + "sort": "131,129,346,133,348,130" | ||
608 | + }, | ||
609 | + "sort_ico": "http://img10.static.yhbimg.com/taobaocms/2016/04/18/14/016bd577221e94e560d4686ec51f94a479.jpg", | ||
610 | + "sub": [ | ||
611 | + { | ||
612 | + "category_id": "92", | ||
613 | + "category_name": "牛仔裤", | ||
614 | + "node_count": 0, | ||
615 | + "parent_id": "8", | ||
616 | + "relation_parameter": { | ||
617 | + "sort": "130,114,293" | ||
618 | + }, | ||
619 | + "sort_ico": "" | ||
620 | + } | ||
621 | + ] | ||
622 | + } | ||
623 | + ], | ||
624 | + "priceRange": { | ||
625 | + "0,149": "¥0-149", | ||
626 | + "150,299": "¥150-299", | ||
627 | + "300,99999": "¥299以上" | ||
628 | + }, | ||
629 | + "size": [ | ||
630 | + { | ||
631 | + "size_id": 203, | ||
632 | + "size_name": "M" | ||
633 | + }, | ||
634 | + { | ||
635 | + "size_id": 207, | ||
636 | + "size_name": "S" | ||
637 | + }, | ||
638 | + { | ||
639 | + "size_id": 199, | ||
640 | + "size_name": "F" | ||
641 | + }, | ||
642 | + { | ||
643 | + "size_id": 201, | ||
644 | + "size_name": "L" | ||
645 | + }, | ||
646 | + { | ||
647 | + "size_id": 211, | ||
648 | + "size_name": "XL" | ||
649 | + }, | ||
650 | + { | ||
651 | + "size_id": 213, | ||
652 | + "size_name": "XS" | ||
653 | + }, | ||
654 | + { | ||
655 | + "size_id": 216, | ||
656 | + "size_name": "XXL" | ||
657 | + } | ||
658 | + ] | ||
659 | + }, | ||
660 | + "page": 1, | ||
661 | + "page_total": 1, | ||
662 | + "product_list": [ | ||
663 | + { | ||
664 | + "brand_domain": "lhouse", | ||
665 | + "brand_id": 72, | ||
666 | + "brand_name": "L-HOUSE", | ||
667 | + "cn_alphabet": "LHOUSEA308XiangJiLPANTXu", | ||
668 | + "default_images": "http://img12.static.yhbimg.com/goodsimg/2013/05/09/15/023d3a7e390c20c471978c847600399ba8.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
669 | + "edit_time": 1395997048, | ||
670 | + "gender": "1", | ||
671 | + "goods_list": [ | ||
672 | + { | ||
673 | + "color_code": "FFFFFF", | ||
674 | + "color_id": "1", | ||
675 | + "color_name": "白", | ||
676 | + "color_value": "", | ||
677 | + "cover_1": "", | ||
678 | + "cover_2": "", | ||
679 | + "goods_id": "59474", | ||
680 | + "images_url": "http://img12.static.yhbimg.com/goodsimg/2013/05/09/15/023d3a7e390c20c471978c847600399ba8.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
681 | + "is_default": "Y", | ||
682 | + "product_skc": "96567", | ||
683 | + "status": "1" | ||
684 | + }, | ||
685 | + { | ||
686 | + "color_code": "0000fe", | ||
687 | + "color_id": "7", | ||
688 | + "color_name": "蓝", | ||
689 | + "color_value": "", | ||
690 | + "cover_1": "", | ||
691 | + "cover_2": "", | ||
692 | + "goods_id": "59475", | ||
693 | + "images_url": "http://img10.static.yhbimg.com/goodsimg/2013/05/09/16/0102c226f7faa1274e05cc038dc3c29f9f.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
694 | + "is_default": "N", | ||
695 | + "product_skc": "96568", | ||
696 | + "status": "1" | ||
697 | + } | ||
698 | + ], | ||
699 | + "is_advance": "N", | ||
700 | + "is_discount": "N", | ||
701 | + "is_limited": "N", | ||
702 | + "is_new": "N", | ||
703 | + "is_outlets": 1, | ||
704 | + "is_promotion": 0, | ||
705 | + "is_soon_sold_out": "Y", | ||
706 | + "is_special": "N", | ||
707 | + "market_price": 148, | ||
708 | + "max_sort_id": 1, | ||
709 | + "middle_sort_id": 11, | ||
710 | + "product_id": 38518, | ||
711 | + "product_name": "L-HOUSE 相机LPAN T恤", | ||
712 | + "product_skn": 51009846, | ||
713 | + "sales_num": 65, | ||
714 | + "sales_price": 148, | ||
715 | + "shelve_time": 1395997048, | ||
716 | + "small_sort_id": 114, | ||
717 | + "status": 1, | ||
718 | + "stock_number": 2, | ||
719 | + "storage_num": 2, | ||
720 | + "tags": [ | ||
721 | + "is_soon_sold_out" | ||
722 | + ], | ||
723 | + "vip1_price": 140.6, | ||
724 | + "vip2_price": 133.20000000000002, | ||
725 | + "vip3_price": 130.24, | ||
726 | + "vip_discount_type": 3, | ||
727 | + "vip_price": 0 | ||
728 | + }, | ||
729 | + { | ||
730 | + "brand_domain": "tyakasha", | ||
731 | + "brand_id": 141, | ||
732 | + "brand_name": "TYAKASHA", | ||
733 | + "cn_alphabet": "TYAKASHANvKuanDaiZhenZhuErHuanDeAKAMaoYiT15DM6637B", | ||
734 | + "default_images": "http://img12.static.yhbimg.com/goodsimg/2015/11/11/03/02d26c7111e3512e259466c07e21d60df9.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
735 | + "edit_time": 1447215936, | ||
736 | + "gender": "2", | ||
737 | + "goods_list": [ | ||
738 | + { | ||
739 | + "color_code": "0000fe", | ||
740 | + "color_id": "7", | ||
741 | + "color_name": "蓝色", | ||
742 | + "color_value": "", | ||
743 | + "cover_1": "", | ||
744 | + "cover_2": "", | ||
745 | + "goods_id": "377595", | ||
746 | + "images_url": "http://img12.static.yhbimg.com/goodsimg/2015/11/11/03/02d26c7111e3512e259466c07e21d60df9.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
747 | + "is_default": "N", | ||
748 | + "product_skc": "293242", | ||
749 | + "status": "1" | ||
750 | + } | ||
751 | + ], | ||
752 | + "is_advance": "N", | ||
753 | + "is_discount": "Y", | ||
754 | + "is_limited": "N", | ||
755 | + "is_new": "N", | ||
756 | + "is_outlets": 1, | ||
757 | + "is_promotion": 101, | ||
758 | + "is_soon_sold_out": "N", | ||
759 | + "is_special": "Y", | ||
760 | + "market_price": 678, | ||
761 | + "max_sort_id": 1, | ||
762 | + "middle_sort_id": 257, | ||
763 | + "product_id": 294671, | ||
764 | + "product_name": "TYAKASHA 女款戴珍珠耳环的AKA毛衣", | ||
765 | + "product_skn": 51165107, | ||
766 | + "sales_num": 0, | ||
767 | + "sales_phrase": "", | ||
768 | + "sales_price": 339, | ||
769 | + "shelve_time": 1447215936, | ||
770 | + "small_sort_id": 258, | ||
771 | + "status": 1, | ||
772 | + "stock_number": 423, | ||
773 | + "storage_num": 423, | ||
774 | + "tags": [], | ||
775 | + "vip1_price": 322.05, | ||
776 | + "vip2_price": 305.1, | ||
777 | + "vip3_price": 298.32, | ||
778 | + "vip_discount_type": 3, | ||
779 | + "vip_price": 0 | ||
780 | + }, | ||
781 | + { | ||
782 | + "brand_domain": "cochinillo", | ||
783 | + "brand_id": 323, | ||
784 | + "brand_name": "Cochinillo", | ||
785 | + "cn_alphabet": "COCHINILLO676620030TXuShan", | ||
786 | + "edit_time": 0, | ||
787 | + "gender": "2", | ||
788 | + "goods_list": [ | ||
789 | + { | ||
790 | + "color_code": "0000fe", | ||
791 | + "color_id": "7", | ||
792 | + "color_name": "藏青", | ||
793 | + "color_value": "", | ||
794 | + "cover_1": "", | ||
795 | + "cover_2": "", | ||
796 | + "goods_id": "58024", | ||
797 | + "images_url": "http://img13.static.yhbimg.com/goodsimg/2013/03/27/13/02456cdb599a3dd5109400d1c3838d58a0.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
798 | + "is_default": "N", | ||
799 | + "product_skc": "95108", | ||
800 | + "status": "1" | ||
801 | + }, | ||
802 | + { | ||
803 | + "color_code": "FFFFFF", | ||
804 | + "color_id": "1", | ||
805 | + "color_name": "白", | ||
806 | + "color_value": "", | ||
807 | + "cover_1": "", | ||
808 | + "cover_2": "", | ||
809 | + "goods_id": "58025", | ||
810 | + "images_url": "http://img10.static.yhbimg.com/goodsimg/2013/03/27/13/01b84e5a6d1c493b8112029c5796bf794b.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
811 | + "is_default": "N", | ||
812 | + "product_skc": "95109", | ||
813 | + "status": "1" | ||
814 | + }, | ||
815 | + { | ||
816 | + "color_code": "8b5402", | ||
817 | + "color_id": "4", | ||
818 | + "color_name": "杏色", | ||
819 | + "color_value": "", | ||
820 | + "cover_1": "", | ||
821 | + "cover_2": "", | ||
822 | + "goods_id": "58026", | ||
823 | + "images_url": "http://img10.static.yhbimg.com/goodsimg/2013/03/27/13/01c5548a1e59b836728672a77b9c98917c.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
824 | + "is_default": "Y", | ||
825 | + "product_skc": "95110", | ||
826 | + "status": "1" | ||
827 | + } | ||
828 | + ], | ||
829 | + "is_advance": "N", | ||
830 | + "is_discount": "Y", | ||
831 | + "is_limited": "N", | ||
832 | + "is_new": "N", | ||
833 | + "is_outlets": 1, | ||
834 | + "is_promotion": 0, | ||
835 | + "is_soon_sold_out": "N", | ||
836 | + "is_special": "N", | ||
837 | + "market_price": 458, | ||
838 | + "max_sort_id": 1, | ||
839 | + "middle_sort_id": 11, | ||
840 | + "product_id": 37574, | ||
841 | + "product_name": "Cochinillo 蕾丝拼接T恤衫", | ||
842 | + "product_skn": 51008901, | ||
843 | + "sales_num": 5, | ||
844 | + "sales_phrase": "5折封顶", | ||
845 | + "sales_price": 183, | ||
846 | + "shelve_time": 1366248083, | ||
847 | + "small_sort_id": 114, | ||
848 | + "status": 1, | ||
849 | + "stock_number": 5, | ||
850 | + "storage_num": 5, | ||
851 | + "tags": [ | ||
852 | + "is_discount" | ||
853 | + ], | ||
854 | + "vip1_price": 173.85, | ||
855 | + "vip2_price": 164.70000000000002, | ||
856 | + "vip3_price": 161.04, | ||
857 | + "vip_discount_type": 3, | ||
858 | + "vip_price": 0 | ||
859 | + }, | ||
860 | + { | ||
861 | + "brand_domain": "cochinillo", | ||
862 | + "brand_id": 323, | ||
863 | + "brand_name": "Cochinillo", | ||
864 | + "cn_alphabet": "COCHINILLO661300110ChenShan", | ||
865 | + "default_images": "http://img10.static.yhbimg.com/goodsimg/2012/12/24/11/0171ead672ff178f83cee6dd46112a9fb3.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
866 | + "edit_time": 0, | ||
867 | + "gender": "2", | ||
868 | + "goods_list": [ | ||
869 | + { | ||
870 | + "color_code": "FFFFFF", | ||
871 | + "color_id": "1", | ||
872 | + "color_name": "白", | ||
873 | + "color_value": "", | ||
874 | + "cover_1": "", | ||
875 | + "cover_2": "", | ||
876 | + "goods_id": "43737", | ||
877 | + "images_url": "http://img13.static.yhbimg.com/goodsimg/2012/12/24/11/020b3137bc9f8f199ffb2bbc1d3acdab04.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
878 | + "is_default": "N", | ||
879 | + "product_skc": "81171", | ||
880 | + "status": "1" | ||
881 | + }, | ||
882 | + { | ||
883 | + "color_code": "8b5402", | ||
884 | + "color_id": "4", | ||
885 | + "color_name": "杏色", | ||
886 | + "color_value": "", | ||
887 | + "cover_1": "", | ||
888 | + "cover_2": "", | ||
889 | + "goods_id": "43738", | ||
890 | + "images_url": "http://img10.static.yhbimg.com/goodsimg/2012/12/24/11/0171ead672ff178f83cee6dd46112a9fb3.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
891 | + "is_default": "Y", | ||
892 | + "product_skc": "81172", | ||
893 | + "status": "1" | ||
894 | + } | ||
895 | + ], | ||
896 | + "is_advance": "N", | ||
897 | + "is_discount": "Y", | ||
898 | + "is_limited": "N", | ||
899 | + "is_new": "N", | ||
900 | + "is_outlets": 1, | ||
901 | + "is_promotion": 101, | ||
902 | + "is_soon_sold_out": "Y", | ||
903 | + "is_special": "N", | ||
904 | + "market_price": 688, | ||
905 | + "max_sort_id": 1, | ||
906 | + "middle_sort_id": 12, | ||
907 | + "product_id": 29426, | ||
908 | + "product_name": "Cochinillo 豹纹雪纺上衣", | ||
909 | + "product_skn": 51000729, | ||
910 | + "sales_num": 11, | ||
911 | + "sales_phrase": "5折封顶", | ||
912 | + "sales_price": 275, | ||
913 | + "shelve_time": 1358301176, | ||
914 | + "small_sort_id": 115, | ||
915 | + "status": 1, | ||
916 | + "stock_number": 1, | ||
917 | + "storage_num": 1, | ||
918 | + "tags": [ | ||
919 | + "is_discount", | ||
920 | + "is_soon_sold_out" | ||
921 | + ], | ||
922 | + "vip1_price": 261.25, | ||
923 | + "vip2_price": 247.5, | ||
924 | + "vip3_price": 242, | ||
925 | + "vip_discount_type": 3, | ||
926 | + "vip_price": 0 | ||
927 | + }, | ||
928 | + { | ||
929 | + "brand_domain": "5preview", | ||
930 | + "brand_id": 526, | ||
931 | + "brand_name": "5 PREVIEW", | ||
932 | + "cn_alphabet": "I914_A25", | ||
933 | + "default_images": "http://img10.static.yhbimg.com/goodsimg/2015/07/15/08/0151af4dd4ff03297dc92d4ef0a1efd724.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
934 | + "edit_time": 1453952293, | ||
935 | + "gender": "2", | ||
936 | + "goods_list": [ | ||
937 | + { | ||
938 | + "color_code": "#fffff", | ||
939 | + "color_id": "15", | ||
940 | + "color_name": "彩色", | ||
941 | + "color_value": "", | ||
942 | + "cover_1": "", | ||
943 | + "cover_2": "", | ||
944 | + "goods_id": "267285", | ||
945 | + "images_url": "http://img10.static.yhbimg.com/goodsimg/2015/07/15/08/0151af4dd4ff03297dc92d4ef0a1efd724.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
946 | + "is_default": "N", | ||
947 | + "product_skc": "234928", | ||
948 | + "status": "1" | ||
949 | + } | ||
950 | + ], | ||
951 | + "is_advance": "N", | ||
952 | + "is_discount": "Y", | ||
953 | + "is_limited": "N", | ||
954 | + "is_new": "N", | ||
955 | + "is_outlets": 1, | ||
956 | + "is_promotion": 0, | ||
957 | + "is_soon_sold_out": "Y", | ||
958 | + "is_special": "N", | ||
959 | + "market_price": 980, | ||
960 | + "max_sort_id": 1, | ||
961 | + "middle_sort_id": 11, | ||
962 | + "product_id": 199467, | ||
963 | + "product_name": "5 PREVIEW 图案T恤", | ||
964 | + "product_skn": 51114538, | ||
965 | + "sales_num": 11, | ||
966 | + "sales_phrase": "", | ||
967 | + "sales_price": 294, | ||
968 | + "shelve_time": 1453952293, | ||
969 | + "small_sort_id": 114, | ||
970 | + "status": 1, | ||
971 | + "stock_number": 1, | ||
972 | + "storage_num": 1, | ||
973 | + "tags": [ | ||
974 | + "is_discount", | ||
975 | + "is_soon_sold_out" | ||
976 | + ], | ||
977 | + "vip1_price": 279.3, | ||
978 | + "vip2_price": 264.6, | ||
979 | + "vip3_price": 258.72, | ||
980 | + "vip_discount_type": 3, | ||
981 | + "vip_price": 0 | ||
982 | + }, | ||
983 | + { | ||
984 | + "brand_domain": "clottee", | ||
985 | + "brand_id": 518, | ||
986 | + "brand_name": "CLOTtee", | ||
987 | + "cn_alphabet": "CLA503OJ34ChongFengYi", | ||
988 | + "default_images": "http://img10.static.yhbimg.com/goodsimg/2015/09/30/08/01d2be5e9d6a18d8958484fede5af853bd.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
989 | + "edit_time": 1452654408, | ||
990 | + "gender": "1", | ||
991 | + "goods_list": [ | ||
992 | + { | ||
993 | + "color_code": "333333", | ||
994 | + "color_id": "2", | ||
995 | + "color_name": "黑色", | ||
996 | + "color_value": "", | ||
997 | + "cover_1": "", | ||
998 | + "cover_2": "", | ||
999 | + "goods_id": "314411", | ||
1000 | + "images_url": "http://img10.static.yhbimg.com/goodsimg/2015/09/30/08/01d2be5e9d6a18d8958484fede5af853bd.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
1001 | + "is_default": "N", | ||
1002 | + "product_skc": "258548", | ||
1003 | + "status": "1" | ||
1004 | + } | ||
1005 | + ], | ||
1006 | + "is_advance": "N", | ||
1007 | + "is_discount": "Y", | ||
1008 | + "is_limited": "N", | ||
1009 | + "is_new": "N", | ||
1010 | + "is_outlets": 1, | ||
1011 | + "is_promotion": 101, | ||
1012 | + "is_soon_sold_out": "N", | ||
1013 | + "is_special": "N", | ||
1014 | + "market_price": 699, | ||
1015 | + "max_sort_id": 1, | ||
1016 | + "middle_sort_id": 226, | ||
1017 | + "product_id": 239715, | ||
1018 | + "product_name": "CLOTtee camouflage Printing Coat Tech Jacket", | ||
1019 | + "product_skn": 51134695, | ||
1020 | + "sales_num": 2, | ||
1021 | + "sales_phrase": "", | ||
1022 | + "sales_price": 139, | ||
1023 | + "shelve_time": 1452654408, | ||
1024 | + "small_sort_id": 227, | ||
1025 | + "status": 1, | ||
1026 | + "stock_number": 765, | ||
1027 | + "storage_num": 765, | ||
1028 | + "tags": [ | ||
1029 | + "is_discount" | ||
1030 | + ], | ||
1031 | + "vip1_price": 132.04999999999998, | ||
1032 | + "vip2_price": 125.10000000000001, | ||
1033 | + "vip3_price": 122.32000000000001, | ||
1034 | + "vip_discount_type": 3, | ||
1035 | + "vip_price": 0 | ||
1036 | + }, | ||
1037 | + { | ||
1038 | + "brand_domain": "protest", | ||
1039 | + "brand_id": 402, | ||
1040 | + "brand_name": "PROTEST博特斯", | ||
1041 | + "cn_alphabet": "PROTEST165521BeiXin", | ||
1042 | + "default_images": "http://img10.static.yhbimg.com/goodsimg/2013/09/05/11/013fd21b367badee4c101362d58131df95.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
1043 | + "edit_time": 1441689353, | ||
1044 | + "gender": "2", | ||
1045 | + "goods_list": [ | ||
1046 | + { | ||
1047 | + "color_code": "710098", | ||
1048 | + "color_id": "8", | ||
1049 | + "color_name": "紫", | ||
1050 | + "color_value": "", | ||
1051 | + "cover_1": "", | ||
1052 | + "cover_2": "", | ||
1053 | + "goods_id": "74891", | ||
1054 | + "images_url": "http://img10.static.yhbimg.com/goodsimg/2013/09/05/11/013fd21b367badee4c101362d58131df95.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
1055 | + "is_default": "Y", | ||
1056 | + "product_skc": "111991", | ||
1057 | + "status": "1" | ||
1058 | + }, | ||
1059 | + { | ||
1060 | + "color_code": "b9b7af", | ||
1061 | + "color_id": "3", | ||
1062 | + "color_name": "灰", | ||
1063 | + "color_value": "", | ||
1064 | + "cover_1": "", | ||
1065 | + "cover_2": "", | ||
1066 | + "goods_id": "74892", | ||
1067 | + "images_url": "http://img12.static.yhbimg.com/goodsimg/2013/09/04/14/02735f6597cdb30754a2af076587db12e9.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
1068 | + "is_default": "N", | ||
1069 | + "product_skc": "111992", | ||
1070 | + "status": "1" | ||
1071 | + }, | ||
1072 | + { | ||
1073 | + "color_code": "0000fe", | ||
1074 | + "color_id": "7", | ||
1075 | + "color_name": "蓝", | ||
1076 | + "color_value": "", | ||
1077 | + "cover_1": "", | ||
1078 | + "cover_2": "", | ||
1079 | + "goods_id": "74893", | ||
1080 | + "images_url": "http://img12.static.yhbimg.com/goodsimg/2013/09/06/11/02d02d3702690b164f268d64a81ad247ee.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
1081 | + "is_default": "N", | ||
1082 | + "product_skc": "111993", | ||
1083 | + "status": "1" | ||
1084 | + } | ||
1085 | + ], | ||
1086 | + "is_advance": "N", | ||
1087 | + "is_discount": "Y", | ||
1088 | + "is_limited": "N", | ||
1089 | + "is_new": "N", | ||
1090 | + "is_outlets": 1, | ||
1091 | + "is_promotion": 0, | ||
1092 | + "is_soon_sold_out": "N", | ||
1093 | + "is_special": "N", | ||
1094 | + "market_price": 349, | ||
1095 | + "max_sort_id": 1, | ||
1096 | + "middle_sort_id": 14, | ||
1097 | + "product_id": 49470, | ||
1098 | + "product_name": "PROTEST博特斯 女款针织连帽背心", | ||
1099 | + "product_skn": 51020802, | ||
1100 | + "sales_num": 1, | ||
1101 | + "sales_price": 69, | ||
1102 | + "shelve_time": 1378368243, | ||
1103 | + "small_sort_id": 117, | ||
1104 | + "status": 1, | ||
1105 | + "stock_number": 27, | ||
1106 | + "storage_num": 27, | ||
1107 | + "tags": [ | ||
1108 | + "is_discount" | ||
1109 | + ], | ||
1110 | + "vip1_price": 65.55, | ||
1111 | + "vip2_price": 62.1, | ||
1112 | + "vip3_price": 60.72, | ||
1113 | + "vip_discount_type": 3, | ||
1114 | + "vip_price": 0 | ||
1115 | + } | ||
1116 | + ], | ||
1117 | + "standard": [ | ||
1118 | + { | ||
1119 | + "standard_id": "789", | ||
1120 | + "standard_name": "袖长", | ||
1121 | + "sub": [ | ||
1122 | + { | ||
1123 | + "standard_id": "4447", | ||
1124 | + "standard_name": "短袖" | ||
1125 | + }, | ||
1126 | + { | ||
1127 | + "standard_id": "4449", | ||
1128 | + "standard_name": "长袖" | ||
1129 | + } | ||
1130 | + ] | ||
1131 | + }, | ||
1132 | + { | ||
1133 | + "standard_id": "787", | ||
1134 | + "standard_name": "领型", | ||
1135 | + "sub": [ | ||
1136 | + { | ||
1137 | + "standard_id": "4438", | ||
1138 | + "standard_name": "圆领" | ||
1139 | + } | ||
1140 | + ] | ||
1141 | + }, | ||
1142 | + { | ||
1143 | + "standard_id": "788", | ||
1144 | + "standard_name": "衣长", | ||
1145 | + "sub": [ | ||
1146 | + { | ||
1147 | + "standard_id": "4444", | ||
1148 | + "standard_name": "短款" | ||
1149 | + } | ||
1150 | + ] | ||
1151 | + }, | ||
1152 | + { | ||
1153 | + "standard_id": "790", | ||
1154 | + "standard_name": "版型", | ||
1155 | + "sub": [ | ||
1156 | + { | ||
1157 | + "standard_id": "4450", | ||
1158 | + "standard_name": "修身" | ||
1159 | + }, | ||
1160 | + { | ||
1161 | + "standard_id": "4451", | ||
1162 | + "standard_name": "正常" | ||
1163 | + } | ||
1164 | + ] | ||
1165 | + }, | ||
1166 | + { | ||
1167 | + "standard_id": "791", | ||
1168 | + "standard_name": "厚度", | ||
1169 | + "sub": [ | ||
1170 | + { | ||
1171 | + "standard_id": "4453", | ||
1172 | + "standard_name": "薄" | ||
1173 | + } | ||
1174 | + ] | ||
1175 | + } | ||
1176 | + ], | ||
1177 | + "total": 7 | ||
1178 | + }, | ||
1179 | + "md5": "253e1f00dc682921e838fed19cc5974e", | ||
1180 | + "message": "Search List." | ||
1181 | +} | ||
1182 | +``` | ||
1183 | + | ||
1184 | +## 3、商品详情接口 | ||
367 | 1185 | ||
368 | (method=app.product.data) | 1186 | (method=app.product.data) |
369 | 请求方式:GET | 1187 | 请求方式:GET |
-
Please register or login to post a comment