docs: 更新 module 使用指引

This commit is contained in:
Mmx233
2022-08-14 20:59:15 +08:00
parent 3c5b977fc6
commit b6997bd13f

View File

@@ -14,7 +14,7 @@
**\*运行程序不需要golang环境** **\*运行程序不需要golang环境**
建议安装使用最新版golang 请安装最新版golang
直接编译本系统可执行程序: 直接编译本系统可执行程序:
@@ -118,10 +118,7 @@ func main() {
//具体用法请查看struct注释 //具体用法请查看struct注释
if e:=BitSrun.Login(&srunTransfer.Login{ if e:=BitSrun.Login(&srunTransfer.Login{
Https: false, Https: false,
OutPut: false, Client: nil,
Debug: false,
WriteLog: false,
Transport: nil,
LoginInfo: srunTransfer.LoginInfo{ LoginInfo: srunTransfer.LoginInfo{
Form: &srunTransfer.LoginForm{ Form: &srunTransfer.LoginForm{
Domain: "", Domain: "",