Kaynağa Gözat

华为通知推送加上时间

locky 7 ay önce
ebeveyn
işleme
589ab06522

+ 1 - 0
Service/HuaweiPushService/HuaweiPushService.py

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