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,