wechat-bot icon indicating copy to clipboard operation
wechat-bot copied to clipboard

请求返回400

Open y500 opened this issue 2 years ago • 0 comments

运行起来,一切正常,就是发消息出发了之后请求api返回400 bad request,不知道什么原因

data: '<html>\r\n' +
      '<head><title>400 The plain HTTP request was sent to HTTPS port</title></head>\r\n' +
      '<body>\r\n' +
      '<center><h1>400 Bad Request</h1></center>\r\n' +
      '<center>The plain HTTP request was sent to HTTPS port</center>\r\n' +
      '<hr><center>nginx</center>\r\n' +
      '</body>\r\n' +
      '</html>\r\n'
  }

y500 avatar Feb 08 '23 06:02 y500