|
@@ -219,7 +219,16 @@ public class UploadServiceImpl implements UploadService {
|
|
|
@Autowired
|
|
|
private OtherService otherService;
|
|
|
|
|
|
-
|
|
|
+ /**
|
|
|
+ * 本地测试接口。
|
|
|
+ * @param reqId
|
|
|
+ * @param fileType
|
|
|
+ * @param data
|
|
|
+ * @param startTime
|
|
|
+ * @param parsedFilePaths
|
|
|
+ * @return
|
|
|
+ * @throws Exception
|
|
|
+ */
|
|
|
@Override
|
|
|
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);
|