ソースを参照

fcm推送异常日志

peng 2 年 前
コミット
a0d14c8d6c
1 ファイル変更1 行追加0 行削除
  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