feat: 加入对直接访问https api的支持
This commit is contained in:
@@ -22,6 +22,8 @@ type LoginInfo struct {
|
||||
}
|
||||
|
||||
type Login struct {
|
||||
//调用API时直接访问https URL
|
||||
Https bool
|
||||
//Debug模式
|
||||
Debug bool
|
||||
//输出日志文件
|
||||
|
||||
Reference in New Issue
Block a user