任务提交

This commit is contained in:
1
2025-08-28 19:17:03 +00:00
parent 02c0582fe5
commit 00f38b8c53
10 changed files with 176 additions and 59 deletions

View File

@@ -3,7 +3,7 @@ package task
import "blazing/common/socket/handler"
type CompleteTaskInboundInfo struct {
Head handler.TomeeHeader `cmd:"2202" struc:"[0]pad"`
Head handler.TomeeHeader `cmd:"2202|2233" struc:"[0]pad"`
TaskId uint32 `json:"taskId" description:"任务ID"` // 任务ID对应Java的@UInt long
OutState uint32 `json:"outState" description:"当前状态, 1为完成任务"` // 当前状态1表示完成任务对应Java的@UInt long
}