feat: 添加更多debug日志、checker url可控化

This commit is contained in:
Mmx233
2022-03-02 23:06:29 +08:00
parent fc94672038
commit 53f813c230
8 changed files with 41 additions and 16 deletions

View File

@@ -31,7 +31,8 @@ type Login struct {
//控制台日志打印开关
OutPut bool
//登陆前是否检查网络,只在离线时登录
CheckNet bool
CheckNet bool
CheckNetUrl string
//登录参数,不可缺省
LoginInfo LoginInfo
Transport *http.Transport