fix:调整 webshark 接口返回值

This commit is contained in:
zhangshuai
2024-08-15 16:18:28 +08:00
parent a98566f5d5
commit 68ccb87c76

View File

@@ -148,7 +148,7 @@ public class PcapController {
String baseUrl = UrlBuilder.ofHttp(websharkurl)
.addPath("/webshark")
.toString();
result.put("name", uploadFileName);
result.put("fileName", uploadFileName);
result.put("url", baseUrl);
}catch (Exception e){
log.error(e, "webshark upload pcap error, id: {}", pcap.getId());