update README

This commit is contained in:
Fu Diwei
2024-11-07 15:08:59 +08:00
parent 5d2844fdb6
commit 65ecdf7dc2
3 changed files with 22 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ type UploadCdnCertResponseData struct {
}
type UploadCdnCertResponse struct {
*BaseResponse
BaseResponse
Data *UploadCdnCertResponseData `json:"data,omitempty"`
}
@@ -27,5 +27,5 @@ type BindCdnCertRequest struct {
}
type BindCdnCertResponse struct {
*BaseResponse
BaseResponse
}