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

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"`
}
type DoCycleTaskParam struct {
SiteId string `json:"site_id"`
Dbname string `json:"database"`
TaskId string `json:"task_id"`
TaskCategroy string `json:"task_category"`
UserId string `json:"user_id"`
}