From 4206616316ed483d02fc9fc13299c51a278ae53e Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Thu, 18 Jul 2024 11:14:45 +0800 Subject: [PATCH] update --- protocol/webapi/common.pb.go | 2 +- protocol/webapi/common.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/webapi/common.pb.go b/protocol/webapi/common.pb.go index fd25a27..f1647e8 100644 --- a/protocol/webapi/common.pb.go +++ b/protocol/webapi/common.pb.go @@ -6202,7 +6202,7 @@ type ChannelSwitchConfig struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 开关类型 1.兑换 2.道具掉落 3.邀请活动开关 4.钻石抽奖 + Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 开关类型 1.兑换 2.道具掉落 3.邀请活动开关 4.通行证 5.钻石抽奖 Platform string `protobuf:"bytes,2,opt,name=Platform,proto3" json:"Platform,omitempty"` // 平台id OnChannelName []string `protobuf:"bytes,3,rep,name=OnChannelName,proto3" json:"OnChannelName,omitempty"` // 开启渠道 } diff --git a/protocol/webapi/common.proto b/protocol/webapi/common.proto index 28b2a99..056d390 100644 --- a/protocol/webapi/common.proto +++ b/protocol/webapi/common.proto @@ -691,7 +691,7 @@ message WelfareCollectConfig{ // etcd /game/channel/switch message ChannelSwitchConfig{ - int32 Tp = 1; // 开关类型 1.兑换 2.道具掉落 3.邀请活动开关 4.钻石抽奖 + int32 Tp = 1; // 开关类型 1.兑换 2.道具掉落 3.邀请活动开关 4.通行证 5.钻石抽奖 string Platform = 2; // 平台id repeated string OnChannelName = 3; // 开启渠道 }