refactor: reimpl qiniu sdk

This commit is contained in:
Fu Diwei
2025-02-05 21:04:28 +08:00
parent 0e1a964e7c
commit d11fc1c07e
4 changed files with 48 additions and 99 deletions

View File

@@ -13,7 +13,7 @@ type UploadSslCertRequest struct {
}
type UploadSslCertResponse struct {
*BaseResponse
BaseResponse
CertID string `json:"certID"`
}