mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-20 10:18:38 +00:00
文件预览:移除needE参数
This commit is contained in:
@@ -17,8 +17,8 @@ public class SimTextUtil {
|
||||
@Autowired
|
||||
DownloadUtils downloadUtils;
|
||||
|
||||
public ReturnResponse<String> readSimText(String url, String fileName, String needEncode){
|
||||
ReturnResponse<String> response = downloadUtils.downLoad(url, "txt", fileName, needEncode);
|
||||
public ReturnResponse<String> readSimText(String url, String fileName){
|
||||
ReturnResponse<String> response = downloadUtils.downLoad(url, "txt", fileName);
|
||||
return response;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user