xiaogang 3 년 전
부모
커밋
7c20ae5877
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/JPushService.php

+ 1 - 1
app/Services/JPushService.php

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