fix:调整 webshark 接口返回值
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user