From 68ccb87c76cb82448918cdda7fec909749fba42a Mon Sep 17 00:00:00 2001 From: zhangshuai Date: Thu, 15 Aug 2024 16:18:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=20=20webshark=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=BF=94=E5=9B=9E=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../net/geedge/asw/module/runner/controller/PcapController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/geedge/asw/module/runner/controller/PcapController.java b/src/main/java/net/geedge/asw/module/runner/controller/PcapController.java index c71a818..85058b2 100644 --- a/src/main/java/net/geedge/asw/module/runner/controller/PcapController.java +++ b/src/main/java/net/geedge/asw/module/runner/controller/PcapController.java @@ -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());