删除测试文件

This commit is contained in:
meixiongfeng 2023-07-24 18:35:25 +08:00
parent 395cb5a44b
commit 948b4eeeed

View File

@ -91,14 +91,7 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp
err = this.LoadConfigure(game_roomconf, cfg.NewGameStroneRoom) err = this.LoadConfigure(game_roomconf, cfg.NewGameStroneRoom)
configure.RegisterConfigure(game_stageconf, cfg.NewGameStroneStage, this.LoadGameStroneStage) configure.RegisterConfigure(game_stageconf, cfg.NewGameStroneStage, this.LoadGameStroneStage)
//测试 接口
_d := this.GetStageConfByStageid(1001)
fmt.Printf("%v", _d)
_d1, _ := this.GetStoneEventDataById(10000001)
_d2, _ := this.GetStoneBuffDataById(251023111)
_d3, _ := this.GetStoneRoomDataById(100001)
fmt.Printf("%v,%v,%v", _d1, _d2, _d3)
return return
} }