refactor: re-impl sdk3rd

This commit is contained in:
Fu Diwei
2025-06-17 10:39:39 +08:00
parent 9421da2cde
commit 299a722aa9
280 changed files with 6923 additions and 4658 deletions

View File

@@ -13,5 +13,6 @@ func NewClient(ak, sk, endPoint string) (*Client, error) {
if err != nil {
return nil, err
}
return &Client{client}, nil
}