liuxiaolong
2019-10-15 b4924f874df4f23e1968151d28bc18110f84146a
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"`      //是否启用轮询
}