任务rpc
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.

18 lines
455 B

2 years ago
  1. package taskrpc
  2. var DES_KEY = "task2296"
  3. type DoTaskParam struct {
  4. SiteId string `json:"site_id"`
  5. Dbname string `json:"database"`
  6. Type string `json:"type"`
  7. UserId string `json:"user_id"`
  8. }
  9. type DoCycleTaskParam struct {
  10. SiteId string `json:"site_id"`
  11. Dbname string `json:"database"`
  12. TaskId string `json:"task_id"`
  13. TaskCategroy string `json:"task_category"`
  14. UserId string `json:"user_id"`
  15. }