浏览代码

修改标题

zhangdongming 4 周之前
父节点
当前提交
45b6bcddd9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Service/PushService.py

+ 1 - 1
Service/PushService.py

@@ -139,7 +139,7 @@ class PushObject:
                 "alert": msg_text,
                 "aps": {
                     "alert": {
-                        "title": uid,
+                        "title": msg_title,
                         "body": msg_text
                     },
                     "sound": sound,