refactor: optimize third-party sdks

This commit is contained in:
Fu Diwei
2025-05-16 11:10:43 +08:00
parent dcd646b465
commit f3bbb9e8b2
43 changed files with 215 additions and 437 deletions

View File

@@ -1,4 +1,4 @@
package qiniusdk
package qiniu
import (
"net/http"

View File

@@ -1,4 +1,4 @@
package qiniusdk
package qiniu
import (
"context"

View File

@@ -1,4 +1,4 @@
package qiniusdk
package qiniu
type BaseResponse struct {
Code *int `json:"code,omitempty"`