fix
This commit is contained in:
parent
75f76f7be5
commit
78336ab410
|
@ -128,7 +128,7 @@ service product {
|
||||||
// 产品详情
|
// 产品详情
|
||||||
rpc GetProductDetail(GetProductDetailReq) returns (GetProductDetailRsp) {
|
rpc GetProductDetail(GetProductDetailReq) returns (GetProductDetailRsp) {
|
||||||
option (google.api.http) = {
|
option (google.api.http) = {
|
||||||
get: "/api/product/detail"
|
get: "/api/product/get_product_detail"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user