From 53ed0fe04f16b60614b6a46de3be945416f1854c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Mon, 31 Mar 2025 22:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=9A=E5=90=88=E8=AF=B7=E6=B1=82=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=AF=B7=E6=B1=82=E6=88=90=E5=8A=9F=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- httpclient/mesh/mesh.go | 1 + 1 file changed, 1 insertion(+) diff --git a/httpclient/mesh/mesh.go b/httpclient/mesh/mesh.go index c54520c..20b1e0c 100644 --- a/httpclient/mesh/mesh.go +++ b/httpclient/mesh/mesh.go @@ -111,6 +111,7 @@ func (c *client) Request() *Response { return c.resp } } + c.resp.IsSuccess = true return c.resp }