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