邀请活动渠道开关

This commit is contained in:
sk 2024-06-27 17:39:44 +08:00
parent 7786aeac9c
commit 235082c338
2 changed files with 2 additions and 2 deletions

View File

@ -9471,7 +9471,7 @@ type ChannelSwitch struct {
unknownFields protoimpl.UnknownFields unknownFields protoimpl.UnknownFields
OnChannelName []string `protobuf:"bytes,1,rep,name=OnChannelName,proto3" json:"OnChannelName,omitempty"` // 开启渠道 OnChannelName []string `protobuf:"bytes,1,rep,name=OnChannelName,proto3" json:"OnChannelName,omitempty"` // 开启渠道
Tp int32 `protobuf:"varint,2,opt,name=Tp,proto3" json:"Tp,omitempty"` // 开关类型 1兑换 2v卡掉落 Tp int32 `protobuf:"varint,2,opt,name=Tp,proto3" json:"Tp,omitempty"` // 开关类型 1兑换 2v卡掉落 3:邀请活动开关
} }
func (x *ChannelSwitch) Reset() { func (x *ChannelSwitch) Reset() {

View File

@ -1191,7 +1191,7 @@ message CSExchangeChannel{
message ChannelSwitch { message ChannelSwitch {
repeated string OnChannelName = 1; // repeated string OnChannelName = 1; //
int32 Tp = 2; // 1 2v卡掉落 int32 Tp = 2; // 1 2v卡掉落 3:
} }
// PACKET_SCExchangeChannel // PACKET_SCExchangeChannel