为了账号安全,请及时绑定邮箱和手机立即绑定

我在您的控制台中没有从 firebase 收到我的消息 cUrl

我在您的控制台中没有从 firebase 收到我的消息 cUrl

PHP
杨__羊羊 2021-07-14 17:02:19
早上好,我有这段代码显示发送 Firebase 的通知,如果我收到消息,该代码是功能性的,并且是 Android 的一面,但我想在 Firebird 控制台中添加该消息 cUrl php apararezca,以了解如何很多人看到了public function firebase(){        $apiKey = "awudaw:adwdawfag-xxxxxxxx";        $data = array('body'=>'Hola a todos tercero','title'=>'Tiene un nuevo mensaje global tercero');        $fields = array("to"=>"/topics/tipi",'notification'=>$data);        $headers = array('Authorization: key='.$apiKey,'Content-Type: application/json');        $url = 'https://fcm.googleapis.com/fcm/send';        $ch = curl_init();        curl_setopt($ch, CURLOPT_URL, $url);        curl_setopt($ch, CURLOPT_POST, true);        curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);        curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($fields));        $result = curl_exec($ch);        curl_close($ch);        return json_decode($result,true);    }
查看完整描述

1 回答

?
www说

TA贡献1775条经验 获得超8个赞

显然,在论坛上进行了大量研究之后,我想要做的事情是不可能的。


查看完整回答
反对 回复 2021-07-16
  • 1 回答
  • 0 关注
  • 130 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信