|
@@ -145,7 +145,7 @@ func getTopicsOfNode(faultLabel string) (masterTopics []string, slaveTopics []st
|
|
|
func canCollect() bool {
|
|
|
// 如果开启了采集频率限制,则云端判断采集数量是否超过限额
|
|
|
if commonConfig.CloudConfig.CollectLimit.Flag == 1 {
|
|
|
- c_log.GlobalLogger.Error("当前设备已开启数采频率限制,需判断采集数量是否达到限额。")
|
|
|
+ //c_log.GlobalLogger.Error("当前设备已开启数采频率限制,需判断采集数量是否达到限额。")
|
|
|
responseString, err := commonUtil.HttpPostJsonWithHeaders(
|
|
|
commonConfig.CloudConfig.CollectLimit.Url,
|
|
|
map[string]string{"Authorization": "U9yKpD6kZZDDe4LFKK6myAxBUT1XRrDM"},
|