aoarashi1988
aoarashi1988
Actually , this issue is probably occered when you use apis without registerApp
Actually , this issue is probably occered when you use functional api without register the app
set the path in addAndroidDownoload, not directly in config work let savePath = RNFetchBlob.fs.dirs.DownloadDir + '/video.mp4' RNFetchBlob .config({ fileCache: true, addAndroidDownloads: { useDownloadManager: true, notification: true, title: 'video.mp4', mime: 'video/mp4',...
@narcissus571 it works for me, but I still don't understand why
@Tamiyadd It works, thx
参考 #145 相同问题我将会关闭
雀魂plus的工作原理,是启动一个本地服务器,浏览器其实访问的是这个本地服务器,然后所有的请求都通过本地服务器转发给雀魂服务器 这导致一个问题,就是浏览器对应的url其实是localhost 而雀魂某次更新以后,所有的服务器地址都改为在前端,用当前url进行拼接生成,导致雀魂plus拼接出来的地址都是错误的
咕了三年多了,手柄你还好吗?
所以预设的使用场景是什么?H5页面吗?还是PC访问呢?