协议修改

This commit is contained in:
by 2024-09-13 18:11:05 +08:00
parent 1b3b98e359
commit a9de61a96a
4 changed files with 4 additions and 4 deletions

View File

@ -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"` //规则说明

View File

@ -168,7 +168,7 @@ message SCShopExchange{
message CSShopExchangeList{
}
message ShopExchangeInfo{
int32 Type = 1; // 12 3.
int32 Type = 1; // 12 3. 4.
string Picture = 2; //
string Name = 3; //
string Rule = 4;//

View File

@ -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; // 剩余总数

View File

@ -376,7 +376,7 @@ message CommonNoticeList{
message ExchangeShop {
int32 Id = 1; //ID
string Picture = 2; //
int32 Type = 3; // 12 3.
int32 Type = 3; // 12 3. 4.
string Name = 4; //
string Content = 5; //
//int32 ShopLimit = 6; //