小程序上传图片 POST请求 头部 method 的post是小写,导致上传接口请求的时候服务器拒绝。
代码:
wx.uploadFile({
url: app.config.REQUEST_URL2+'api_post_image.php', //
filePath: urlPath,
name: 'file',
success: function(res){
var data = res.data
}
})
请求接口返回:
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | wx.uploadFile | 工具 | 6.7.0 | 2.0.0 |
3 个回答
不是 不区分大小写么
之前 我都没遇到 有什么问题?
懵逼了
你好,可以参考下面这个回答:
response header 突然都变小写了
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=000c60948fc838e61b076d0b356400