Explorar o código

fcm推送异常日志

peng %!s(int64=2) %!d(string=hai) anos
pai
achega
a0d14c8d6c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Service/PushService.py

+ 1 - 0
Service/PushService.py

@@ -170,6 +170,7 @@ class PushObject:
                                                        )
             logger.info('fcm推送结果:{}'.format(result))
         except Exception as e:
+            logger.info('fcm推送异常:{}'.format(e))
             return repr(e)
 
     @staticmethod