协议修改
This commit is contained in:
parent
1b3b98e359
commit
a9de61a96a
|
@ -1372,7 +1372,7 @@ type ShopExchangeInfo struct {
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
unknownFields protoimpl.UnknownFields
|
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"` // 图片
|
Picture string `protobuf:"bytes,2,opt,name=Picture,proto3" json:"Picture,omitempty"` // 图片
|
||||||
Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,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"` //规则说明
|
Rule string `protobuf:"bytes,4,opt,name=Rule,proto3" json:"Rule,omitempty"` //规则说明
|
||||||
|
|
|
@ -168,7 +168,7 @@ message SCShopExchange{
|
||||||
message CSShopExchangeList{
|
message CSShopExchangeList{
|
||||||
}
|
}
|
||||||
message ShopExchangeInfo{
|
message ShopExchangeInfo{
|
||||||
int32 Type = 1; // 类型 1,话费2,实物 3.娃娃
|
int32 Type = 1; // 类型 1,话费2,实物 3.道具 4.娃娃
|
||||||
string Picture = 2; // 图片
|
string Picture = 2; // 图片
|
||||||
string Name = 3; // 名称
|
string Name = 3; // 名称
|
||||||
string Rule = 4;//规则说明
|
string Rule = 4;//规则说明
|
||||||
|
|
|
@ -3291,7 +3291,7 @@ type ExchangeShop struct {
|
||||||
|
|
||||||
Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //商品ID
|
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"` // 图片
|
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"` // 名称
|
Name string `protobuf:"bytes,4,opt,name=Name,proto3" json:"Name,omitempty"` // 名称
|
||||||
Content string `protobuf:"bytes,5,opt,name=Content,proto3" json:"Content,omitempty"` //规则说明
|
Content string `protobuf:"bytes,5,opt,name=Content,proto3" json:"Content,omitempty"` //规则说明
|
||||||
//int32 ShopLimit = 6; // 剩余总数
|
//int32 ShopLimit = 6; // 剩余总数
|
||||||
|
|
|
@ -376,7 +376,7 @@ message CommonNoticeList{
|
||||||
message ExchangeShop {
|
message ExchangeShop {
|
||||||
int32 Id = 1; //商品ID
|
int32 Id = 1; //商品ID
|
||||||
string Picture = 2; // 图片
|
string Picture = 2; // 图片
|
||||||
int32 Type = 3; // 类型 1,话费2,实物 3.娃娃
|
int32 Type = 3; // 类型 1,话费2,实物 3.道具 4.娃娃
|
||||||
string Name = 4; // 名称
|
string Name = 4; // 名称
|
||||||
string Content = 5; //规则说明
|
string Content = 5; //规则说明
|
||||||
//int32 ShopLimit = 6; // 剩余总数
|
//int32 ShopLimit = 6; // 剩余总数
|
||||||
|
|
Loading…
Reference in New Issue