|
@@ -108,6 +108,8 @@ class DetectControllerViewV2(View):
|
|
# 如果传空上来,就默认为0
|
|
# 如果传空上来,就默认为0
|
|
if tz == '':
|
|
if tz == '':
|
|
tz = 0
|
|
tz = 0
|
|
|
|
+ else:
|
|
|
|
+ tz = tz.replace("GMT", "")
|
|
detect_group = request_dict.get('detect_group', None)
|
|
detect_group = request_dict.get('detect_group', None)
|
|
interval = request_dict.get('interval', None)
|
|
interval = request_dict.get('interval', None)
|
|
if not status:
|
|
if not status:
|