package md type TaskListReq struct { P string `json:"p"` Size string `json:"size"` Cid string `json:"cid"` SettleType string `json:"settle_type"` }