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

@@ -32,5 +32,5 @@ type Login struct {
OutPut bool
//登录参数,不可缺省
LoginInfo LoginInfo
Transport *http.Transport
Client *http.Client
}