聚合请求增加请求成功标识

This commit is contained in:
白茶清欢 2025-03-31 22:01:33 +08:00
parent 7ebc610c2e
commit 53ed0fe04f

View File

@ -111,6 +111,7 @@ func (c *client) Request() *Response {
return c.resp return c.resp
} }
} }
c.resp.IsSuccess = true
return c.resp return c.resp
} }