问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 微信小程序 Bug wx.uploadFile 客户端 6.7.3 2.3.0
wx.uploadFile({
url: app.globalData.requestUrl + '/cloud-storekeeper/sk/uploadFile?access_token=' + access_token ,
filePath: tempFilePaths[0],
method: "Post",
name: 'file',
formData: {
},
header: {
'content-type': 'application/json'
},
success: function (res) {
}
});
请求都没发出去,没有任何返回
微信小程序开发问题解答
微信小程序开发者回答:
是我们自己服务器的问题
微信小程序开发者回答:
提供一下复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
本文网址:http://www.91bianli.com/kaifazhinan/77521.html