• 我的mp3链接是: 1.mp3
  • OS = Windows Server 2008并运行xammp服务器
  • 我的代码是:https://api.telegram.org/bot_token/sendAudio?chat_id=@test&audio=http://panel.cafefars.com:8088/mp3/1.mp3

  • 运行后出错:

    mp3网址正确,但电报未下载
    谢谢大家

    最佳答案

    首先,您应该使用this one进行URL编码。
    其次,您应该检查urlt_rstrong,因为它也对我不起作用,但是可以正常工作-http://beginenglish.ru/download/audio/5/f/7/4/8843aa965d.mp3

    您可以通过以下请求对其进行测试(不要忘记更改bot_token和chat_id):

    https://api.telegram.org/bot_token/sendAudio?chat_id=@chat_id&audio=http%3A%2F%2Fbeginenglish.ru%2Fdownload%2Faudio%2F5%2Ff%2F7%2F4%2F8843aa965d.mp3
    

    关于audio - 电报bot不会从Windows Server中的xampp服务器发送mp3文件,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/44637890/

    10-16 15:30