From 5ef3b40dfeda66d4ce6741801daae0d7142443a7 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Thu, 20 Jul 2023 15:45:58 +0800 Subject: [PATCH] fix --- server_api/product.api | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server_api/product.api b/server_api/product.api index f3eb5ab8..4729fd54 100644 --- a/server_api/product.api +++ b/server_api/product.api @@ -34,9 +34,6 @@ service product { //其他产品推荐列表 @handler OtherProductListHandler get /api/product/other-list (OtherProductListReq) returns (response); - //获取详情页推荐产品列表 - @handler GetRecommandProductListHandler - get /api/product/recommand (GetRecommandProductListReq) returns (response); //获取分类产品列表 @handler GetTagProductListHandler get /api/product/tag_product_list(GetTagProductListReq) returns (response); @@ -68,6 +65,9 @@ service product { //获取产品千人千面设计方案 @handler GetLastProductDesignHandler get /api/product/get_last_product_design(request) returns (response); + //获取详情页推荐产品列表 + @handler GetRecommandProductListHandler + get /api/product/recommand (GetRecommandProductListReq) returns (response); //*********************产品详情分解接口结束*********************** //*********************推荐产品接口开始××××××××××××××××××××××××××