瀏覽代碼

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