This commit is contained in:
laodaming@fusen.cn 2023-12-04 17:16:28 +08:00
parent 75f76f7be5
commit 78336ab410

View File

@ -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"
};
}
}