Showing
1 changed file
with
453 additions
and
0 deletions
@@ -445,3 +445,456 @@ message: "product banner info" | @@ -445,3 +445,456 @@ message: "product banner info" | ||
445 | } | 445 | } |
446 | ``` | 446 | ``` |
447 | 447 | ||
448 | +## 1、为你优选接口## | ||
449 | + | ||
450 | +(method=web.productCollocation.list) | ||
451 | +请求方式:POST | ||
452 | +#### 请求参数 | ||
453 | +| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | | ||
454 | +|:-------| -----:|-----:|-----:|-----:|----:| | ||
455 | +|product_id|int| 是| 10575|null|产品ID| | ||
456 | + | ||
457 | + | ||
458 | +注意,通用的头部没有列出。 | ||
459 | +请求示例 | ||
460 | +http://192.168.102.202:8080/gateway/?method=web.productCollocation.list&product_id=22255&client_secret=aa&app_version=3&v=9&os_version=22&client_type=ad&screen_size=tes&debug=XYZ | ||
461 | + | ||
462 | +### 响应 | ||
463 | +code为200即为成功且只会返回200,每次都会有响应结果。 | ||
464 | +响应JSON格式如下所示: | ||
465 | +```json | ||
466 | +{ | ||
467 | + alg: "SALT_MD5", | ||
468 | +code: 200, | ||
469 | +data: [ | ||
470 | +{ | ||
471 | +content: "", | ||
472 | +createTime: 1348559778, | ||
473 | +id: 697, | ||
474 | +imageUrl: "http://img12.static.yhbimg.com/goodsimg/2012/09/25/15/0202738ce1fb546a4cd80ae91fba1fb2b5.jpg?imageView/{mode}/w/{width}/h/{height}", | ||
475 | +info: "", | ||
476 | +infos: [ | ||
477 | +{ | ||
478 | +height: 451, | ||
479 | +id: 50027774, | ||
480 | +label: "50027774", | ||
481 | +left: 246, | ||
482 | +product: { | ||
483 | +arrivalTime: 0, | ||
484 | +attribute: 1, | ||
485 | +auditingTime: 0, | ||
486 | +brandId: 181, | ||
487 | +categoryBoList: [ ], | ||
488 | +cnAlphabet: "HUMORXieWenBuHaLunKu1", | ||
489 | +createTime: 1346983032, | ||
490 | +editTime: 0, | ||
491 | +elements: "", | ||
492 | +erpProductId: 50027774, | ||
493 | +firstShelveTime: 1458616274, | ||
494 | +folderId: 0, | ||
495 | +gender: "1", | ||
496 | +goodsList: [ | ||
497 | +{ | ||
498 | +colorId: 4, | ||
499 | +colorImage: "http://img10.static.yhbimg.com/goodsimg/2012/09/17/10/01461352cb02bbfa60c8d208d8836c72fe.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
500 | +colorName: "卡其", | ||
501 | +factorySn: "", | ||
502 | +firstShelveTime: 1347850498, | ||
503 | +goodsImagesList: [ | ||
504 | +{ | ||
505 | +angle: 0, | ||
506 | +genderCover: 0, | ||
507 | +goodsId: 34662, | ||
508 | +id: 160277, | ||
509 | +imageName: "", | ||
510 | +imageUrl: "http://img10.static.yhbimg.com/goodsimg/2012/09/17/10/01461352cb02bbfa60c8d208d8836c72fe.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
511 | +intro: 0, | ||
512 | +isDefault: "Y", | ||
513 | +orderBy: 1, | ||
514 | +productId: 23747, | ||
515 | +status: 1 | ||
516 | +}, | ||
517 | +{ | ||
518 | +angle: 0, | ||
519 | +genderCover: 0, | ||
520 | +goodsId: 34662, | ||
521 | +id: 160278, | ||
522 | +imageName: "", | ||
523 | +imageUrl: "http://img10.static.yhbimg.com/goodsimg/2012/09/17/10/014849797b74fce2c27c0856427b4ae964.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
524 | +intro: 0, | ||
525 | +isDefault: "N", | ||
526 | +orderBy: 0, | ||
527 | +productId: 23747, | ||
528 | +status: 1 | ||
529 | +} | ||
530 | +], | ||
531 | +goodsName: "HUMOR斜纹布哈伦裤-1", | ||
532 | +goodsSizeBoList: [ ], | ||
533 | +id: 34662, | ||
534 | +isDefault: "Y", | ||
535 | +isDown: "N", | ||
536 | +matchExplain: "", | ||
537 | +productId: 23747, | ||
538 | +productSkc: 34662, | ||
539 | +status: 1, | ||
540 | +viewNum: 0 | ||
541 | +} | ||
542 | +], | ||
543 | +id: 23747, | ||
544 | +isAdvance: "N", | ||
545 | +isAuditing: "Y", | ||
546 | +isCollect: "", | ||
547 | +isDown: "N", | ||
548 | +isEdit: 1, | ||
549 | +isHot: "N", | ||
550 | +isJit: "N", | ||
551 | +isLimitBuy: "N", | ||
552 | +isLimited: "N", | ||
553 | +isNew: "Y", | ||
554 | +isOutlets: "N", | ||
555 | +isPayDelivery: "", | ||
556 | +isPromotion: 0, | ||
557 | +isRecommend: "N", | ||
558 | +isReplenishment: 0, | ||
559 | +isRetrieval: "N", | ||
560 | +isSales: "Y", | ||
561 | +isSpecial: "N", | ||
562 | +limitProductCode: "", | ||
563 | +material: "", | ||
564 | +maxSortId: 3, | ||
565 | +middleSortId: 26, | ||
566 | +pattern: "", | ||
567 | +phrase: "丹麦品牌HUMOR出品的斜纹布哈伦裤,用上质感非常不俗的斜纹布(chino)制作,特别之处在于裤型设计为了小哈伦裤的样式,略微吊裆,上身并不是非常明显,但又和普通直筒裤有着显著区别,效果非常不俗!而前面的扣子则是设计为了明扣的样式,造型感超强。", | ||
568 | +productName: "HUMOR 斜纹布哈伦裤", | ||
569 | +productPriceBo: { | ||
570 | +formatMarketPrice: "¥699.00", | ||
571 | +formatSalesPrice: "¥200.00", | ||
572 | +formatSpecialPrice: "¥200.00", | ||
573 | +marketPrice: 699, | ||
574 | +productId: 23747, | ||
575 | +productSkn: 50027774, | ||
576 | +salesPrice: 200, | ||
577 | +specialPrice: 200, | ||
578 | +vipDiscount: 1, | ||
579 | +vipDiscountType: 3, | ||
580 | +vipPrice: "¥0.00", | ||
581 | +vipPrices: [ ], | ||
582 | +yohoCoinNum: 0 | ||
583 | +}, | ||
584 | +productTagBoList: [ ], | ||
585 | +productUrl: "", | ||
586 | +promotionBoList: [ ], | ||
587 | +salableTime: "0", | ||
588 | +saleStatus: 0, | ||
589 | +salesPhrase: "", | ||
590 | +seasons: "", | ||
591 | +sellChannels: "0", | ||
592 | +seriesId: 0, | ||
593 | +shelveTime: 1354844345, | ||
594 | +shopId: 0, | ||
595 | +showStatus: 0, | ||
596 | +showWeightAndHeight: false, | ||
597 | +smallSortId: 129, | ||
598 | +sortId: 0, | ||
599 | +status: 1, | ||
600 | +storage: 0, | ||
601 | +style: "", | ||
602 | +supplierId: 0, | ||
603 | +vipDiscountType: 1 | ||
604 | +}, | ||
605 | +top: 476, | ||
606 | +width: 241 | ||
607 | +} | ||
608 | +], | ||
609 | +orderBy: 0, | ||
610 | +productId: 22255 | ||
611 | +}, | ||
612 | +{ | ||
613 | +content: "", | ||
614 | +createTime: 1348559955, | ||
615 | +id: 698, | ||
616 | +imageUrl: "http://img10.static.yhbimg.com/goodsimg/2012/09/25/15/017a3f2941658c78e465055ec902e69d91.jpg?imageView/{mode}/w/{width}/h/{height}", | ||
617 | +info: "", | ||
618 | +infos: [ | ||
619 | +{ | ||
620 | +height: 453, | ||
621 | +id: 50027774, | ||
622 | +label: "50027774", | ||
623 | +left: 265, | ||
624 | +product: { | ||
625 | +arrivalTime: 0, | ||
626 | +attribute: 1, | ||
627 | +auditingTime: 0, | ||
628 | +brandId: 181, | ||
629 | +categoryBoList: [ ], | ||
630 | +cnAlphabet: "HUMORXieWenBuHaLunKu1", | ||
631 | +createTime: 1346983032, | ||
632 | +editTime: 0, | ||
633 | +elements: "", | ||
634 | +erpProductId: 50027774, | ||
635 | +firstShelveTime: 1458616274, | ||
636 | +folderId: 0, | ||
637 | +gender: "1", | ||
638 | +goodsList: [ | ||
639 | +{ | ||
640 | +colorId: 4, | ||
641 | +colorImage: "http://img10.static.yhbimg.com/goodsimg/2012/09/17/10/01461352cb02bbfa60c8d208d8836c72fe.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
642 | +colorName: "卡其", | ||
643 | +factorySn: "", | ||
644 | +firstShelveTime: 1347850498, | ||
645 | +goodsImagesList: [ | ||
646 | +{ | ||
647 | +angle: 0, | ||
648 | +genderCover: 0, | ||
649 | +goodsId: 34662, | ||
650 | +id: 160277, | ||
651 | +imageName: "", | ||
652 | +imageUrl: "http://img10.static.yhbimg.com/goodsimg/2012/09/17/10/01461352cb02bbfa60c8d208d8836c72fe.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
653 | +intro: 0, | ||
654 | +isDefault: "Y", | ||
655 | +orderBy: 1, | ||
656 | +productId: 23747, | ||
657 | +status: 1 | ||
658 | +}, | ||
659 | +{ | ||
660 | +angle: 0, | ||
661 | +genderCover: 0, | ||
662 | +goodsId: 34662, | ||
663 | +id: 160278, | ||
664 | +imageName: "", | ||
665 | +imageUrl: "http://img10.static.yhbimg.com/goodsimg/2012/09/17/10/014849797b74fce2c27c0856427b4ae964.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
666 | +intro: 0, | ||
667 | +isDefault: "N", | ||
668 | +orderBy: 0, | ||
669 | +productId: 23747, | ||
670 | +status: 1 | ||
671 | +} | ||
672 | +], | ||
673 | +goodsName: "HUMOR斜纹布哈伦裤-1", | ||
674 | +goodsSizeBoList: [ ], | ||
675 | +id: 34662, | ||
676 | +isDefault: "Y", | ||
677 | +isDown: "N", | ||
678 | +matchExplain: "", | ||
679 | +productId: 23747, | ||
680 | +productSkc: 34662, | ||
681 | +status: 1, | ||
682 | +viewNum: 0 | ||
683 | +} | ||
684 | +], | ||
685 | +id: 23747, | ||
686 | +isAdvance: "N", | ||
687 | +isAuditing: "Y", | ||
688 | +isCollect: "", | ||
689 | +isDown: "N", | ||
690 | +isEdit: 1, | ||
691 | +isHot: "N", | ||
692 | +isJit: "N", | ||
693 | +isLimitBuy: "N", | ||
694 | +isLimited: "N", | ||
695 | +isNew: "Y", | ||
696 | +isOutlets: "N", | ||
697 | +isPayDelivery: "", | ||
698 | +isPromotion: 0, | ||
699 | +isRecommend: "N", | ||
700 | +isReplenishment: 0, | ||
701 | +isRetrieval: "N", | ||
702 | +isSales: "Y", | ||
703 | +isSpecial: "N", | ||
704 | +limitProductCode: "", | ||
705 | +material: "", | ||
706 | +maxSortId: 3, | ||
707 | +middleSortId: 26, | ||
708 | +pattern: "", | ||
709 | +phrase: "丹麦品牌HUMOR出品的斜纹布哈伦裤,用上质感非常不俗的斜纹布(chino)制作,特别之处在于裤型设计为了小哈伦裤的样式,略微吊裆,上身并不是非常明显,但又和普通直筒裤有着显著区别,效果非常不俗!而前面的扣子则是设计为了明扣的样式,造型感超强。", | ||
710 | +productName: "HUMOR 斜纹布哈伦裤", | ||
711 | +productPriceBo: { | ||
712 | +formatMarketPrice: "¥699.00", | ||
713 | +formatSalesPrice: "¥200.00", | ||
714 | +formatSpecialPrice: "¥200.00", | ||
715 | +marketPrice: 699, | ||
716 | +productId: 23747, | ||
717 | +productSkn: 50027774, | ||
718 | +salesPrice: 200, | ||
719 | +specialPrice: 200, | ||
720 | +vipDiscount: 1, | ||
721 | +vipDiscountType: 3, | ||
722 | +vipPrice: "¥0.00", | ||
723 | +vipPrices: [ ], | ||
724 | +yohoCoinNum: 0 | ||
725 | +}, | ||
726 | +productTagBoList: [ ], | ||
727 | +productUrl: "", | ||
728 | +promotionBoList: [ ], | ||
729 | +salableTime: "0", | ||
730 | +saleStatus: 0, | ||
731 | +salesPhrase: "", | ||
732 | +seasons: "", | ||
733 | +sellChannels: "0", | ||
734 | +seriesId: 0, | ||
735 | +shelveTime: 1354844345, | ||
736 | +shopId: 0, | ||
737 | +showStatus: 0, | ||
738 | +showWeightAndHeight: false, | ||
739 | +smallSortId: 129, | ||
740 | +sortId: 0, | ||
741 | +status: 1, | ||
742 | +storage: 0, | ||
743 | +style: "", | ||
744 | +supplierId: 0, | ||
745 | +vipDiscountType: 1 | ||
746 | +}, | ||
747 | +top: 464, | ||
748 | +width: 213 | ||
749 | +} | ||
750 | +], | ||
751 | +orderBy: 0, | ||
752 | +productId: 22255 | ||
753 | +}, | ||
754 | +{ | ||
755 | +content: "", | ||
756 | +createTime: 1348559980, | ||
757 | +id: 699, | ||
758 | +imageUrl: "http://img12.static.yhbimg.com/goodsimg/2012/09/25/15/0276c5856a110830478e3367e3d9e665f8.jpg?imageView/{mode}/w/{width}/h/{height}", | ||
759 | +info: "", | ||
760 | +infos: [ | ||
761 | +{ | ||
762 | +height: 435, | ||
763 | +id: 50027774, | ||
764 | +label: "50027774", | ||
765 | +left: 256, | ||
766 | +product: { | ||
767 | +arrivalTime: 0, | ||
768 | +attribute: 1, | ||
769 | +auditingTime: 0, | ||
770 | +brandId: 181, | ||
771 | +categoryBoList: [ ], | ||
772 | +cnAlphabet: "HUMORXieWenBuHaLunKu1", | ||
773 | +createTime: 1346983032, | ||
774 | +editTime: 0, | ||
775 | +elements: "", | ||
776 | +erpProductId: 50027774, | ||
777 | +firstShelveTime: 1458616274, | ||
778 | +folderId: 0, | ||
779 | +gender: "1", | ||
780 | +goodsList: [ | ||
781 | +{ | ||
782 | +colorId: 4, | ||
783 | +colorImage: "http://img10.static.yhbimg.com/goodsimg/2012/09/17/10/01461352cb02bbfa60c8d208d8836c72fe.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
784 | +colorName: "卡其", | ||
785 | +factorySn: "", | ||
786 | +firstShelveTime: 1347850498, | ||
787 | +goodsImagesList: [ | ||
788 | +{ | ||
789 | +angle: 0, | ||
790 | +genderCover: 0, | ||
791 | +goodsId: 34662, | ||
792 | +id: 160277, | ||
793 | +imageName: "", | ||
794 | +imageUrl: "http://img10.static.yhbimg.com/goodsimg/2012/09/17/10/01461352cb02bbfa60c8d208d8836c72fe.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
795 | +intro: 0, | ||
796 | +isDefault: "Y", | ||
797 | +orderBy: 1, | ||
798 | +productId: 23747, | ||
799 | +status: 1 | ||
800 | +}, | ||
801 | +{ | ||
802 | +angle: 0, | ||
803 | +genderCover: 0, | ||
804 | +goodsId: 34662, | ||
805 | +id: 160278, | ||
806 | +imageName: "", | ||
807 | +imageUrl: "http://img10.static.yhbimg.com/goodsimg/2012/09/17/10/014849797b74fce2c27c0856427b4ae964.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
808 | +intro: 0, | ||
809 | +isDefault: "N", | ||
810 | +orderBy: 0, | ||
811 | +productId: 23747, | ||
812 | +status: 1 | ||
813 | +} | ||
814 | +], | ||
815 | +goodsName: "HUMOR斜纹布哈伦裤-1", | ||
816 | +goodsSizeBoList: [ ], | ||
817 | +id: 34662, | ||
818 | +isDefault: "Y", | ||
819 | +isDown: "N", | ||
820 | +matchExplain: "", | ||
821 | +productId: 23747, | ||
822 | +productSkc: 34662, | ||
823 | +status: 1, | ||
824 | +viewNum: 0 | ||
825 | +} | ||
826 | +], | ||
827 | +id: 23747, | ||
828 | +isAdvance: "N", | ||
829 | +isAuditing: "Y", | ||
830 | +isCollect: "", | ||
831 | +isDown: "N", | ||
832 | +isEdit: 1, | ||
833 | +isHot: "N", | ||
834 | +isJit: "N", | ||
835 | +isLimitBuy: "N", | ||
836 | +isLimited: "N", | ||
837 | +isNew: "Y", | ||
838 | +isOutlets: "N", | ||
839 | +isPayDelivery: "", | ||
840 | +isPromotion: 0, | ||
841 | +isRecommend: "N", | ||
842 | +isReplenishment: 0, | ||
843 | +isRetrieval: "N", | ||
844 | +isSales: "Y", | ||
845 | +isSpecial: "N", | ||
846 | +limitProductCode: "", | ||
847 | +material: "", | ||
848 | +maxSortId: 3, | ||
849 | +middleSortId: 26, | ||
850 | +pattern: "", | ||
851 | +phrase: "丹麦品牌HUMOR出品的斜纹布哈伦裤,用上质感非常不俗的斜纹布(chino)制作,特别之处在于裤型设计为了小哈伦裤的样式,略微吊裆,上身并不是非常明显,但又和普通直筒裤有着显著区别,效果非常不俗!而前面的扣子则是设计为了明扣的样式,造型感超强。", | ||
852 | +productName: "HUMOR 斜纹布哈伦裤", | ||
853 | +productPriceBo: { | ||
854 | +formatMarketPrice: "¥699.00", | ||
855 | +formatSalesPrice: "¥200.00", | ||
856 | +formatSpecialPrice: "¥200.00", | ||
857 | +marketPrice: 699, | ||
858 | +productId: 23747, | ||
859 | +productSkn: 50027774, | ||
860 | +salesPrice: 200, | ||
861 | +specialPrice: 200, | ||
862 | +vipDiscount: 1, | ||
863 | +vipDiscountType: 3, | ||
864 | +vipPrice: "¥0.00", | ||
865 | +vipPrices: [ ], | ||
866 | +yohoCoinNum: 0 | ||
867 | +}, | ||
868 | +productTagBoList: [ ], | ||
869 | +productUrl: "", | ||
870 | +promotionBoList: [ ], | ||
871 | +salableTime: "0", | ||
872 | +saleStatus: 0, | ||
873 | +salesPhrase: "", | ||
874 | +seasons: "", | ||
875 | +sellChannels: "0", | ||
876 | +seriesId: 0, | ||
877 | +shelveTime: 1354844345, | ||
878 | +shopId: 0, | ||
879 | +showStatus: 0, | ||
880 | +showWeightAndHeight: false, | ||
881 | +smallSortId: 129, | ||
882 | +sortId: 0, | ||
883 | +status: 1, | ||
884 | +storage: 0, | ||
885 | +style: "", | ||
886 | +supplierId: 0, | ||
887 | +vipDiscountType: 1 | ||
888 | +}, | ||
889 | +top: 497, | ||
890 | +width: 263 | ||
891 | +} | ||
892 | +], | ||
893 | +orderBy: 0, | ||
894 | +productId: 22255 | ||
895 | +} | ||
896 | +], | ||
897 | +md5: "7755bf7e87f3bdea3709f3c154e91cb5", | ||
898 | +message: "product collocation list" | ||
899 | +} | ||
900 | +``` |
-
Please register or login to post a comment