Browse Source

vivo推送极光透传

peng 2 năm trước cách đây
mục cha
commit
9059695819
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Controller/DetectControllerV2.py

+ 1 - 0
Controller/DetectControllerV2.py

@@ -107,6 +107,7 @@ class DetectControllerViewV2(View):
         region = request_dict.get('region', None)  # app必须传:1:国外,2:国内
         electricity_status = request_dict.get('electricity_status', None)
         domain_name = request_dict.get('domain_name', None)
+        LOGGER.info('推送开关参数:{}'.format(request_dict))
         if not region:
             return response.json(444, 'region')
         region = int(region)