This commit is contained in:
laodaming 2023-09-26 14:23:09 +08:00
parent 4cd2e1ce65
commit d45a0eb680

View File

@ -44,7 +44,7 @@ service product {
//获取产品模型信息 //获取产品模型信息
@handler GetModelByPidHandler @handler GetModelByPidHandler
get /api/product/get_model_by_pid(GetModelByPidReq) returns (response); get /api/product/get_model_by_pid(GetModelByPidReq) returns (response);
//获取产品阶梯价格列表 //获取产品阶梯价格列表(即将废弃)
@handler GetPriceByPidHandler @handler GetPriceByPidHandler
get /api/product/get_price_by_pid(GetPriceByPidReq) returns (response); get /api/product/get_price_by_pid(GetPriceByPidReq) returns (response);
//获取产品阶梯价格信息 //获取产品阶梯价格信息