任务提交

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

@@ -9,7 +9,7 @@ import (
)
type GetTaskBufInboundInfo struct {
Head handler.TomeeHeader `cmd:"2203" struc:"[0]pad"`
Head handler.TomeeHeader `cmd:"2203|2234" struc:"[0]pad"`
TaskId uint32 `json:"taskId" description:"任务ID"` // 任务ID对应Java的@UInt long
}