This commit is contained in:
laodaming
2023-10-20 11:47:46 +08:00
parent 0b274c4755
commit 4973687e07
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ service product {
get /api/product/get_render_setting_by_pid(GetRenderSettingByPidReq) returns (response);
//获取详情页推荐产品列表
@handler GetRecommendProductListHandler
get /api/product/recommand(GetRecommendProductListReq) returns (response);
get /api/product/recommend(GetRecommendProductListReq) returns (response);
//获取列表页推荐产品列表
@handler HomePageRecommendProductListHandler
get /api/product/home_page_recommend(HomePageRecommendProductListReq) returns (response);