liuxiaolong
2019-10-22 49f30a4e82ae1afa481bf4f947f087fbeafc90eb
controllers/pollConfig.go
@@ -13,8 +13,8 @@
type PollConfig struct {
   ServerId   string `json:"server_id"`   //服务器id
   PollPeriod int    `json:"poll_period"` //轮询周期
   Delay      int    `json:"delay"`       //延时时间
   PollPeriod int32    `json:"poll_period"` //轮询周期
   Delay      int32    `json:"delay"`       //延时时间
   Enable     bool   `json:"enable"`      //是否启用轮询
}