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

10 lines
197 B

  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. }