syssetApi.go @@ -41,6 +41,6 @@ } //获取轮询配置 func (api SysSetApi) GetPollConfig() (bool,interface{}) { return false,nil func (api SysSetApi) GetPollConfig() (flag bool,config protomsg.PollConfig) { return false,config }