劲创营---任务项目
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.
 
 
 

21 lignes
607 B

  1. package md
  2. type TaskListReq struct {
  3. P string `json:"p"`
  4. Size string `json:"size"`
  5. Cid string `json:"cid"`
  6. SettleType string `json:"settle_type"`
  7. }
  8. type OperatorTaskReq struct {
  9. P string `json:"p"`
  10. Size string `json:"size"`
  11. SettleStateType string `json:"task_type"`
  12. ApplyType string `json:"apply_type"`
  13. Cid string `json:"cid"`
  14. TaskId string `json:"task_id"`
  15. StartTime string `json:"start_time"`
  16. EndTime string `json:"end_time"`
  17. Uid string `json:"uid"`
  18. Level string `json:"level"`
  19. }