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 cacheflysdk
package cachefly
import (
"net/http"

View File

@@ -1,4 +1,4 @@
package cacheflysdk
package cachefly
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package cacheflysdk
package cachefly
type BaseResponse interface {
GetMessage() string