任务提交
This commit is contained in:
@@ -5,7 +5,7 @@ import "blazing/common/socket/handler"
|
||||
// AcceptTaskInboundInfo 对应Java的AcceptTaskInboundInfo类
|
||||
// 用于接收任务的入站信息
|
||||
type AcceptTaskInboundInfo struct {
|
||||
Head handler.TomeeHeader `cmd:"2201" struc:"[0]pad"`
|
||||
Head handler.TomeeHeader `cmd:"2201|2231" struc:"[0]pad"`
|
||||
TaskId uint32 `json:"taskId" description:"任务ID"` // 任务ID,对应Java的@UInt long
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user