微信小程序上传图片 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
}
})
请求接口返回:
本文来自微信小程序开发者论坛 -微信小程序工厂 http://www.xcxgc.com,转载请保留,开发微信小程序、定制微信小程序来微信小程序工厂网。
网友回复
人云**回复:
不是 不区分大小写么
之前 我都没遇到 有什么问题?
懵逼了
娇华**回复:
你好,可以参考下面这个回答:
response header 突然都变小写了
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=000c60948fc838e61b076d0b356400
mp3录音文件 苹果端只能播放一次,安卓端能随意播放
阿信**回复:wx.uploadFile发送的请求method为什么是小写的'post'。method本身是区分大小写的,这样nginx怎么处理呢。