This commit is contained in:
laodaming@fusen.cn 2023-12-05 18:02:04 +08:00
parent dddd8f4a29
commit 30bf1bddea

View File

@ -127,7 +127,7 @@ service info {
//
service product {
//
rpc GetProductDetail(GetProductDetailReq) returns (GetProductDetailRsp) {
rpc GetProductDetail(GetProductDetailReq) returns (basic.Response) {
option (google.api.http) = {
get: "/api/product/get_product_detail"
};
@ -228,7 +228,4 @@ message GetProductDetailReq{
string template_tag = 2;
int64 selected_color_index = 3;
string logo = 4;
}
message GetProductDetailRsp {
google.protobuf.Struct name = 1;
}
}