更新配置

This commit is contained in:
wh_zcy 2022-09-01 10:23:22 +08:00
parent a1b86a0579
commit d045ecad3f

View File

@ -254,6 +254,6 @@ func (this *ModuleRtask) initRtaskVerifyHandle() {
} }
} }
func SendToRtask(session comm.IUserSession, rtaskType int32, params ...int32) (code pb.ErrorCode) { func (this *ModuleRtask) SendToRtask(session comm.IUserSession, rtaskType comm.TaskType, params ...int32) (code pb.ErrorCode) {
return return
} }