zhangdongming 4 settimane fa
parent
commit
45b6bcddd9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,