From d45a0eb68007835c5a1b99c125db380795a9c640 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Tue, 26 Sep 2023 14:23:09 +0800 Subject: [PATCH] fix --- server_api/product.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); //获取产品阶梯价格信息