|
@@ -723,7 +723,7 @@ class DevicePushService:
|
|
|
'extra.event_type': event_type,
|
|
|
'extra.uid': uid,
|
|
|
'extra.channel': channel,
|
|
|
- 'jump_type': jump_type
|
|
|
+ 'extra.jump_type': jump_type
|
|
|
}
|
|
|
if event_type in EventTypeEnumObj.DATA_PUSH_EVENT_TYPE_LIST.value:
|
|
|
data['extra.sound_uri'] = 'android.resource://com.ansjer.zccloud_ab/raw/phone_call'
|