From 78336ab41037fe89274a5ecd9aa4afed0867409c Mon Sep 17 00:00:00 2001 From: "laodaming@fusen.cn" Date: Mon, 4 Dec 2023 17:16:28 +0800 Subject: [PATCH] fix --- service/fsservice.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/fsservice.proto b/service/fsservice.proto index 0d1258d..665df30 100644 --- a/service/fsservice.proto +++ b/service/fsservice.proto @@ -128,7 +128,7 @@ service product { // 产品详情 rpc GetProductDetail(GetProductDetailReq) returns (GetProductDetailRsp) { option (google.api.http) = { - get: "/api/product/detail" + get: "/api/product/get_product_detail" }; } }