瀏覽代碼

修改vivo推送activity值

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

+ 1 - 1
Service/PushService.py

@@ -303,7 +303,7 @@ class PushObject:
             # 推送 push_mode: 推送模式 (0:正式推送;1:测试推送,默认为0)
             # 推送 event_type: 消息类型 (0:运营类消息,1:系统类消息。默认为 0)
             # 推送 skip_type: 跳转类型(1:打开 APP 首页 2:打开链接 3:自定义 4:打开 app 内指定页面)
-            activity = 'com.ansjer.zccloud_a.AJ_MainView.AJ_Home.AJMainActivity'
+            activity = 'vpushscheme://com.vivo.pushvideo/detail'
             message = PushMessage() \
                 .reg_id(token_val) \
                 .title(msg_title) \