瀏覽代碼

修改payload

peng 2 年之前
父節點
當前提交
3eae00960b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Service/PushService.py

+ 1 - 1
Service/PushService.py

@@ -229,7 +229,7 @@ class PushObject:
             data = {
                 'title': msg_title,
                 'description': msg_text,
-                'payload': payload,
+                'payload': 'payload',
                 'restricted_package_name': app_bundle_id,
                 'registration_id': token_val,
             }