|
@@ -166,10 +166,8 @@ class PushObject:
|
|
|
extra_kwargs={'default_sound': True,
|
|
|
'default_vibrate_timings': True,
|
|
|
'default_light_settings': True,
|
|
|
+ 'click_action': 'android.intent.action.VIEW'
|
|
|
},
|
|
|
- extra_notification_kwargs={
|
|
|
- 'click_action': 'android.intent.action.VIEW'
|
|
|
- }
|
|
|
)
|
|
|
logger.info('fcm推送结果:{}'.format(result))
|
|
|
except Exception as e:
|