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