瀏覽代碼

oppo一键通话通道

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

+ 2 - 0
Service/DevicePushService.py

@@ -587,6 +587,8 @@ class DevicePushService:
         """
         android 国内oppo APP消息提醒推送
         """
+        if event_type in [606, 607]:
+            channel_id = 111934
         app_key = OPPOPUSH_CONFIG[appBundleId]['Key']
         master_secret = OPPOPUSH_CONFIG[appBundleId]['Secret']
         url = 'https://api.push.oppomobile.com/'