|
public List<FileDetails> uploadAsync(String reqId, String fileType, String data, Long startTime, List<FileDetails> parsedFilePaths) throws Exception {
|
|
public List<FileDetails> uploadAsync(String reqId, String fileType, String data, Long startTime, List<FileDetails> parsedFilePaths) throws Exception {
|
|
otherService.uploading(reqId,fileType,data,null,startTime,parsedFilePaths);
|
|
otherService.uploading(reqId,fileType,data,null,startTime,parsedFilePaths);
|