if (res.statusCode === 200) {
console.log(res);
var tempFilePath = res.tempFilePath
wx.saveFile({
filePath: tempFilePath,
success: function(saveRes) {
console.log('文件保存成功', saveRes.savedFilePath);
},
fail: function(err) {
console.error('保存文件失败', err);
errno: 1001, errMsg: "saveFile:fail parameter error: parameter.tempFilePath should be String instead of Undefined;"
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
遇到一樣的問題,請問怎麼解決呢?謝謝