Bläddra i källkod

fcm推送异常日志

peng 2 år sedan
förälder
incheckning
a0d14c8d6c
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      Service/PushService.py

+ 1 - 0
Service/PushService.py

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