feat: 改为复用 http client

This commit is contained in:
Mmx233
2022-06-24 20:45:34 +08:00
parent d084f7fdf9
commit 4f99a1da23
9 changed files with 506 additions and 95 deletions

View File

@@ -21,7 +21,7 @@ func Login(c *srunTransfer.Login) error {
}
return url + "://" + c.LoginInfo.Form.Domain + "/"
}(),
Transport: c.Transport,
Client: c.Client,
}
var ok bool