删除测试代码

This commit is contained in:
sk 2024-10-10 17:02:21 +08:00
parent f0f2831ba0
commit e32cd1a6bd
1 changed files with 0 additions and 15 deletions

View File

@ -341,21 +341,6 @@ func platformConfigEvent(ctx context.Context, completeKey string, isInit bool, e
default:
logger.Logger.Errorf("etcd completeKey:%s, Not processed", completeKey)
}
PlatformMgrSingleton.GetConfig("1").ClientUpgrade = &webapi.ClientUpgrade{
Platform: "1",
On: 1,
OnForce: 0,
Reward: []*webapi.ItemInfo{
{
ItemId: 100001,
ItemNum: 100,
},
{
ItemId: 100002,
ItemNum: 100,
},
},
}
}
func handlerEvent(ctx context.Context, completeKey string, isInit bool, event *clientv3.Event, data interface{}) {