|
@@ -260,6 +260,10 @@ class NotificationView(View):
|
|
logger.info(detect_med_type)
|
|
logger.info(detect_med_type)
|
|
push_server_status = 0
|
|
push_server_status = 0
|
|
#推送
|
|
#推送
|
|
|
|
+
|
|
|
|
+ if is_filter == 0:
|
|
|
|
+ detect_med_type = 2
|
|
|
|
+
|
|
if detect_med_type == 2 or detect_med_type == 0:
|
|
if detect_med_type == 2 or detect_med_type == 0:
|
|
if push_type == 0: # ios apns
|
|
if push_type == 0: # ios apns
|
|
print('do_apns')
|
|
print('do_apns')
|