update
This commit is contained in:
parent
2604613981
commit
dddd8f4a29
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user