收藏
回答

视频上传API返回501?

 接口 https://api.mch.weixin.qq.com/v3/merchant/media/video_upload

返回

<html>

<head><title>501 Not Implemented</title></head>

<body bgcolor="white">

<center><h1>501 Not Implemented</h1></center>

<hr><center>nginx</center>

</body>

</html>


回答关注问题邀请回答
收藏

1 个回答

  • peng
    peng
    2020-03-05

    测试了下接口正常,检查下是否是Post请求,Content-Type是否是Content-Type:multipart/form-data.


    文档:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/tool/chapter3_2.shtml


    2020-03-05
    有用
    回复 2
    • 蜜獾
      蜜獾
      2020-03-06
      是的,我使用图片上传接口正常,使用视频上传接口不行。 就mediaType和url不一样。
      2020-03-06
      回复
    • peng
      peng
      2020-03-06回复蜜獾
      理论上只要换apiurl和文件即可,  文件的content-type我都是使用application/octet-stream
      2020-03-06
      回复
登录 后发表内容
问题标签