peng 2 سال پیش
والد
کامیت
a464cc9058
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Service/DevicePushService.py

+ 1 - 1
Service/DevicePushService.py

@@ -529,7 +529,7 @@ class DevicePushService:
         }
         response = requests.post(url, data=data, headers=headers)
         if response.status_code == 200:
-            LOGGING.info('小米推送结果:{}'.format(response.json()))
+            LOGGING.info('uid为{},小米推送结果:{}'.format(uid, response.json()))
             return response.json()
 
     @staticmethod