我尝试使用php语言向用户发送短信。 我使用curl发送此消息但我有此错误
{"error":"HTTP 405 Method Not Allowed"}
我使用Clickatell作为短信api。 这是我的代码
echo $url= 'https://platform.clickatell.com/messages/http/sendapiKey=ordnzDdGdRhqdnjdf3ZmzYA==&to=904234234&content=your+password+is+BhSTV';
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch,CURLOPT_POST,1);
echo $response = curl_exec($ch);
答案 0 :(得分:0)
您的网址似乎不正确。试试这个:
https://platform.clickatell.com/messages/http/send?apiKey=ordnzDdGdRhqdnj...