package request type UpdateTaskStatus struct { Status int `json:"status"` // 状态-1关闭,1开启 Id int `json:"id"` }