修复随机任务接口代码

This commit is contained in:
liwei1dao 2022-08-30 18:03:32 +08:00
parent 0f02d1b280
commit 9611f22a2c

View File

@ -114,6 +114,6 @@ func (this *ModuleRtask) initRtaskHandle() {
}
}
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
}