| xqd
@@ -88,12 +88,12 @@ class JPushService
|
|
|
'title' => $title,
|
|
|
'builder_id' => $builder_id,
|
|
|
'extras' => $extras,
|
|
|
-// 'large_icon' => $params['image'] ?? ''
|
|
|
+ 'large_icon' => $params['image']
|
|
|
])->iosNotification($content, [
|
|
|
'sound' => 'sound',
|
|
|
'badge' => '+1',
|
|
|
'extras' => $extras,
|
|
|
-// 'large_icon' => $params['image'] ?? ''
|
|
|
+ 'large_icon' => $params['image']
|
|
|
])->options([
|
|
|
'apns_production' => config('jpush.apns_production', true),
|
|
|
//表示离线消息保留时长(秒)
|