Parcourir la source

追加oppo推送打印

peng il y a 2 ans
Parent
commit
c0c0dae62d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Service/DevicePushService.py

+ 1 - 1
Service/DevicePushService.py

@@ -583,7 +583,7 @@ class DevicePushService:
 
         response = requests.post(push_url, data=push_data, headers=headers)
         if response.status_code == 200:
-            LOGGING.info("oppo推送返回值:{}".format(response.json()))
+            LOGGING.info("oppo推送返回值:{},uid:{},time:{},event:{}".format(response.json(), uid, now_time, event_type))
             return response.json()
 
     @classmethod