Ver Fonte

fcm推送异常日志

peng há 2 anos atrás
pai
commit
a0d14c8d6c
1 ficheiros alterados com 1 adições e 0 exclusões
  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