标签: php whatsapp sendmessage
我想通过链接https://api.whatsapp.com/send?phone=phonenumber&text=urlencodedtext通过whatsapp发送消息。但点击该链接后,它将首先弹出whatsapp应用程序。怎么通过这个? 我用函数
$ url ='https://api.whatsapp.com/send?phone=phonenumber&text=urlencodedtext'; 的file_get_contents($ URL);