fix(接口测试): 修改 csv 存储路径

Signed-off-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
fit2-zhao 2024-10-28 10:04:32 +08:00
parent af663a8d70
commit a42b6f3c7f
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class ApiFileUtil extends FileUtils {
for (int i = 0; i < bodyUploadIds.size(); i++) {
MultipartFile bodyFile = bodyFiles.get(i);
fileManagerService.upload(bodyFile, getRequest(bodyUploadIds.get(i), bodyFile.getOriginalFilename()));
fileManagerService.upload(bodyFile, getRequest(bodyUploadIds.get(i)));
}
}
}