Explorar el Código

oppo一键通话通道

peng hace 1 año
padre
commit
2452889741
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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/'