Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- package md
-
- type TaskListReq struct {
- P string `json:"p"`
- Size string `json:"size"`
- Cid string `json:"cid"`
- SettleType string `json:"settle_type"`
- }
- 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"`
- }
|