Selaa lähdekoodia

fcm推送异常日志

peng 2 vuotta sitten
vanhempi
commit
a0d14c8d6c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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