任务提交
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user