Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
Hiven 2023-07-20 15:55:49 +08:00
commit 903891000a

View File

@ -34,9 +34,6 @@ service product {
//其他产品推荐列表 //其他产品推荐列表
@handler OtherProductListHandler @handler OtherProductListHandler
get /api/product/other-list (OtherProductListReq) returns (response); get /api/product/other-list (OtherProductListReq) returns (response);
//获取详情页推荐产品列表
@handler GetRecommandProductListHandler
get /api/product/recommand (GetRecommandProductListReq) returns (response);
//获取分类产品列表 //获取分类产品列表
@handler GetTagProductListHandler @handler GetTagProductListHandler
get /api/product/tag_product_list(GetTagProductListReq) returns (response); get /api/product/tag_product_list(GetTagProductListReq) returns (response);
@ -68,6 +65,9 @@ service product {
//获取产品千人千面设计方案 //获取产品千人千面设计方案
@handler GetLastProductDesignHandler @handler GetLastProductDesignHandler
get /api/product/get_last_product_design(request) returns (response); get /api/product/get_last_product_design(request) returns (response);
//获取详情页推荐产品列表
@handler GetRecommandProductListHandler
get /api/product/recommand (GetRecommandProductListReq) returns (response);
//*********************产品详情分解接口结束*********************** //*********************产品详情分解接口结束***********************
//*********************推荐产品接口开始×××××××××××××××××××××××××× //*********************推荐产品接口开始××××××××××××××××××××××××××