This commit is contained in:
laodaming@fusen.cn 2023-12-05 17:43:04 +08:00
parent 2604613981
commit dddd8f4a29

View File

@ -9,6 +9,7 @@ import "service/basic.proto";
import "google/protobuf/struct.proto"; import "google/protobuf/struct.proto";
import "google/protobuf/any.proto"; import "google/protobuf/any.proto";
// //
service info { service info {
// //
@ -229,5 +230,5 @@ message GetProductDetailReq{
string logo = 4; string logo = 4;
} }
message GetProductDetailRsp { message GetProductDetailRsp {
google.protobuf.Any name = 1; google.protobuf.Struct name = 1;
} }