feat: 变更解析方式,打包Srun请求包

This commit is contained in:
Mmx233
2022-03-11 17:47:13 +08:00
parent 371e774cc1
commit 0613dc6311
13 changed files with 165 additions and 188 deletions

View File

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