Commit 00209f62 authored by wangmingming's avatar wangmingming

11

parent 7a8625c9
...@@ -99,7 +99,6 @@ func (c *Client) GetText() string { ...@@ -99,7 +99,6 @@ func (c *Client) GetText() string {
func (c *Client) GetRespUrl() string { func (c *Client) GetRespUrl() string {
location, err := c.Response.Location() location, err := c.Response.Location()
if err != nil { if err != nil {
logrus.Error("获取respUrl失败 ", err)
return "" return ""
} }
return location.RequestURI() return location.RequestURI()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment