peng %!s(int64=2) %!d(string=hai) anos
pai
achega
a464cc9058
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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