|
|
@ -3,8 +3,15 @@ package taskrpc |
|
|
|
var DES_KEY = "task2296" |
|
|
|
|
|
|
|
type DoTaskParam struct { |
|
|
|
SiteId string `json:"site_id"` |
|
|
|
Dbname string `json:"database"` |
|
|
|
Type string `json:"type"` |
|
|
|
UserId string `json:"user_id"` |
|
|
|
SiteId string `json:"site_id"` |
|
|
|
Dbname string `json:"database"` |
|
|
|
Type string `json:"type"` |
|
|
|
UserId string `json:"user_id"` |
|
|
|
} |
|
|
|
|
|
|
|
type DoCycleTaskParam struct { |
|
|
|
SiteId string `json:"site_id"` |
|
|
|
Dbname string `json:"database"` |
|
|
|
TaskId string `json:"task_id"` |
|
|
|
UserId string `json:"user_id"` |
|
|
|
} |