diff --git a/protocol/shop/shop.pb.go b/protocol/shop/shop.pb.go index ab1fa63..ccb5888 100644 --- a/protocol/shop/shop.pb.go +++ b/protocol/shop/shop.pb.go @@ -1372,7 +1372,7 @@ type ShopExchangeInfo struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - Type int32 `protobuf:"varint,1,opt,name=Type,proto3" json:"Type,omitempty"` // 类型 1,话费2,实物 3.娃娃 + Type int32 `protobuf:"varint,1,opt,name=Type,proto3" json:"Type,omitempty"` // 类型 1,话费2,实物 3.道具 4.娃娃 Picture string `protobuf:"bytes,2,opt,name=Picture,proto3" json:"Picture,omitempty"` // 图片 Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"` // 名称 Rule string `protobuf:"bytes,4,opt,name=Rule,proto3" json:"Rule,omitempty"` //规则说明 diff --git a/protocol/shop/shop.proto b/protocol/shop/shop.proto index b9b7be1..4234413 100644 --- a/protocol/shop/shop.proto +++ b/protocol/shop/shop.proto @@ -168,7 +168,7 @@ message SCShopExchange{ message CSShopExchangeList{ } message ShopExchangeInfo{ - int32 Type = 1; // 类型 1,话费2,实物 3.娃娃 + int32 Type = 1; // 类型 1,话费2,实物 3.道具 4.娃娃 string Picture = 2; // 图片 string Name = 3; // 名称 string Rule = 4;//规则说明 diff --git a/protocol/webapi/common.pb.go b/protocol/webapi/common.pb.go index d3fbb62..2a22c2c 100644 --- a/protocol/webapi/common.pb.go +++ b/protocol/webapi/common.pb.go @@ -3291,7 +3291,7 @@ type ExchangeShop struct { Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //商品ID Picture string `protobuf:"bytes,2,opt,name=Picture,proto3" json:"Picture,omitempty"` // 图片 - Type int32 `protobuf:"varint,3,opt,name=Type,proto3" json:"Type,omitempty"` // 类型 1,话费2,实物 3.娃娃 + Type int32 `protobuf:"varint,3,opt,name=Type,proto3" json:"Type,omitempty"` // 类型 1,话费2,实物 3.道具 4.娃娃 Name string `protobuf:"bytes,4,opt,name=Name,proto3" json:"Name,omitempty"` // 名称 Content string `protobuf:"bytes,5,opt,name=Content,proto3" json:"Content,omitempty"` //规则说明 //int32 ShopLimit = 6; // 剩余总数 diff --git a/protocol/webapi/common.proto b/protocol/webapi/common.proto index 07843e0..3bec979 100644 --- a/protocol/webapi/common.proto +++ b/protocol/webapi/common.proto @@ -376,7 +376,7 @@ message CommonNoticeList{ message ExchangeShop { int32 Id = 1; //商品ID string Picture = 2; // 图片 - int32 Type = 3; // 类型 1,话费2,实物 3.娃娃 + int32 Type = 3; // 类型 1,话费2,实物 3.道具 4.娃娃 string Name = 4; // 名称 string Content = 5; //规则说明 //int32 ShopLimit = 6; // 剩余总数