From 64b5ca9ed928c3312fc4c7c8306a551016255662 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 4 Jan 2022 11:07:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=95=E7=94=A8=E7=94=A8=E4=BE=8B=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E6=9C=AA=E5=90=8C=E6=AD=A5=E6=9B=B4=E6=96=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1009458 --user=赵勇 [github #9029 #9029] api url修改之后,case等显示都正常,在实际的场景中发出去的请求url还是老的 https://www.tapd.cn/55049933/s/1089355 --- .../api/dto/definition/request/sampler/MsHTTPSamplerProxy.java | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main/java/io/metersphere/api/dto/definition/request/sampler/MsHTTPSamplerProxy.java b/backend/src/main/java/io/metersphere/api/dto/definition/request/sampler/MsHTTPSamplerProxy.java index 4a3bb9e05f..60d88d8f9f 100644 --- a/backend/src/main/java/io/metersphere/api/dto/definition/request/sampler/MsHTTPSamplerProxy.java +++ b/backend/src/main/java/io/metersphere/api/dto/definition/request/sampler/MsHTTPSamplerProxy.java @@ -163,6 +163,7 @@ public class MsHTTPSamplerProxy extends MsTestElement { } else { this.setHashTree(proxy.getHashTree()); } + this.setPath(proxy.getPath()); this.setMethod(proxy.getMethod()); this.setBody(proxy.getBody()); this.setRest(proxy.getRest());