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),
                 //表示离线消息保留时长(秒)