You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package md
-
- type TaskListReq struct {
- P string `json:"p"`
- Size string `json:"size"`
- Cid string `json:"cid"`
- SettleType string `json:"settle_type"`
- Id string `json:"id"`
- }
- type OperatorTaskReq struct {
- P string `json:"p"`
- Size string `json:"size"`
- SettleStateType string `json:"task_type"`
- ApplyType string `json:"apply_type"`
- Cid string `json:"cid"`
- TaskId string `json:"task_id"`
- StartTime string `json:"start_time"`
- EndTime string `json:"end_time"`
- Uid string `json:"uid"`
- Level string `json:"level"`
- }
|