修复白山云API 400209错误

This commit is contained in:
root
2025-03-18 16:48:19 +08:00
parent 65b199d392
commit 92bae0c439
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ type CreateCertificateResponse struct {
type GetDomainConfigRequest struct {
Domains string `json:"domains"`
Config string `json:"config"`
Config []string `json:"config"`
}
type GetDomainConfigResponse struct {