This commit is contained in:
laodaming
2023-06-19 10:34:21 +08:00
parent 33c7d27b3b
commit eef4bb35c9
5 changed files with 111 additions and 3 deletions

View File

@@ -12,11 +12,14 @@ service product {
@handler GetProductListHandler
get /product/list(GetProductListReq) returns (response);
//获取成功后的推荐产品
@handler GetSuccessRecommand
@handler GetSuccessRecommandHandler
get /product/success-recommand (GetSuccessRecommandReq) returns (response);
//获取分类下的产品以及尺寸
@handler GetSizeByProduct
@handler GetSizeByProductHandler
get /product/get-size-by-product returns (response);
//获取保存的设计
@handler GetProductDesignHandler
get /product/design returns (response);
}
//获取产品列表