Commit 53f36e65 authored by wangmingming's avatar wangmingming

1111

parent a20b9855
...@@ -67,6 +67,7 @@ func (c *Client) Start() error { ...@@ -67,6 +67,7 @@ func (c *Client) Start() error {
for k, v := range c.Item.Headers { for k, v := range c.Item.Headers {
req.Header.Set(k, v) req.Header.Set(k, v)
} }
c.Client.SetProxy("http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600")
resp, err := c.Client.Do(req) resp, err := c.Client.Do(req)
if err != nil { if err != nil {
logrus.Error("请求失败 ", err.Error()) logrus.Error("请求失败 ", err.Error())
......
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