zhangdongming 4 viikkoa sitten
vanhempi
commit
45b6bcddd9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,