Ver Fonte

修改标题

zhangdongming há 4 semanas atrás
pai
commit
45b6bcddd9
1 ficheiros alterados com 1 adições e 1 exclusões
  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,