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

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"`
}