...
|
...
|
@@ -91,7 +91,7 @@ public class QcloudBandwidthTask { |
|
|
|
|
|
}
|
|
|
bandwidthMapper.insert(intraffic,outtraffic);
|
|
|
if (intraffic > 300000 || outtraffic > 300000){
|
|
|
if (intraffic > 200000 || outtraffic > 200000){
|
|
|
alarmMsgService.sendSms("bandwidth", "专线带宽使用过多,请查看" , snsMobileConfig.getBaseMobile());
|
|
|
}
|
|
|
} catch (Exception e) {
|
...
|
...
|
|