diff --git a/server_api/product.api b/server_api/product.api index 0fe9971e..687400ef 100644 --- a/server_api/product.api +++ b/server_api/product.api @@ -44,7 +44,7 @@ service product { //获取产品模型信息 @handler GetModelByPidHandler get /api/product/get_model_by_pid(GetModelByPidReq) returns (response); - //获取产品阶梯价格列表 + //获取产品阶梯价格列表(即将废弃) @handler GetPriceByPidHandler get /api/product/get_price_by_pid(GetPriceByPidReq) returns (response); //获取产品阶梯价格信息