浏览代码

华为通知推送去掉时间

locky 7 月之前
父节点
当前提交
7af927da9c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Service/HuaweiPushService/HuaweiPushService.py

+ 0 - 1
Service/HuaweiPushService/HuaweiPushService.py

@@ -64,7 +64,6 @@ class HuaweiPushObject:
         """
         """
         LOGGER.info('{}进入发送通知推送函数'.format(uid))
         LOGGER.info('{}进入发送通知推送函数'.format(uid))
         msg_title = '设备昵称: {}'.format(msg_title)
         msg_title = '设备昵称: {}'.format(msg_title)
-        msg_text = msg_text + ' 日期:2025-01-1412:28:45'
         notification = messaging.Notification(
         notification = messaging.Notification(
             title=msg_title,
             title=msg_title,
             body=msg_text,
             body=msg_text,