2017-03-27 104 views

回答

0
$push = PushNotification::app('MyApp') 
       ->to($devices) 
       ->send($message); 

dd($push->getFeedback()); // the feedback 

试试上面的代码,它会奏效。

+0

Laravel 5.2显示错误 异常'Sly \ NotificationPusher \ Exception \ AdapterException'消息'Gcm adapter has no dedicated“getFeedback”method“ –

相关问题