1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
//获取产品列表
|
||||
|
||||
Reference in New Issue
Block a user