uploadFile({ url: '接口地址', //接口地址filePath: res.tempFilePaths[0], name: 'file', formData:{}, success: function(res){ console.log(res) } ...
確定! 回上一頁