其中filetype也设置了自动识别,经过测试是没问题的,不同类型的文件使用的是不同的软件打开。现在就是能正常打开文件,但是打开的都是空白的,里面没有内容。数据库经过检查里面的文件也是没有问题的
使用openDocument打开文件后显示为空白的,字节长度也显示为0?按照接口方法调用downloadFile后拿到tempFilePath,然后使用openDocument方法,在开发者工具可以正常弹出文件,但是打开任何格式的文件都是空白的,这是返回的值,里面datalength长度也是0,想请问一下这是什么原因导致? {tempFilePath: "http://tmp/ukFD7RTKEJu6d41d8cd98f00b204e9800998ecf8427e.pdf", statusCode: 200, dataLength: 0, header: {…}, cookies: Array(0), …}cookies: []dataLength: 0errMsg: "downloadFile:ok"header: {Pragma: "No-cache", Cache-Control: "no-cache", Expire: "Thu, 01 Jan 1970 00:00:00 GMT", Content-Type: "application/pdf", Transfer-Encoding: "chunked", …}statusCode: 200tempFilePath: "http://tmp/ukFD7RTKEJu6d41d8cd98f00b204e9800998ecf8427e.pdf"__proto__: Object
2021-04-12