소스 검색

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/'