如何使用php forserveride发送带有大图像的推送通知?
$data = array("to" => $token,
"notification" => array( "title" => $title,
"body" => $message,
"icon" => $image,
"image" => $big_image,
"click_action" => $url));

我试过这个但我没有成功..
一种解决方案?