🎇 support add another alist

This commit is contained in:
微凉
2021-12-07 20:16:34 +08:00
parent 74d8fa3919
commit 985b81826f
8 changed files with 37 additions and 17 deletions

View File

@ -81,8 +81,8 @@ func GetDrivers() map[string][]Item {
}
var NoRedirectClient *resty.Client
//var BaseClient = resty.New()
var BaseHttpClient = &http.Client{}
var RestyClient = resty.New()
var HttpClient = &http.Client{}
func init() {
NoRedirectClient = resty.New().SetRedirectPolicy(