modulepackage
0.1.3
Repository: https://github.com/foxxorcat/weiyun-sdk-go.git
Documentation: pkg.go.dev
# README
weiyun-sdk-go
weiyun SDK for the Go programming language
Installation
go get github.com/foxxorcat/weiyun-sdk-go
Usage
package main
import (
"context"
"fmt"
"os"
weiyunsdkgo "github.com/foxxorcat/weiyun-sdk-go"
)
func main() {
client := weiyunsdkgo.NewWeiYunClient()
_, err := client.QQQRLogin(context.TODO(), func(b []byte) error {
os.WriteFile("qr.png", b, 0777)
return nil
})
if err != nil {
fmt.Println(err)
}
// client.SetCookiesStr("cookies")
// client.QQFastLogin(context.Background(), "qq number")
userInfo, err := client.DiskUserInfoGet()
if err != nil {
fmt.Println(err)
}
fmt.Println(userInfo)
}
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* Slice
**/.
SliceConvert convert slice to another type slice.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* Json
**/ 时间戳.