This commit is contained in:
Fu Diwei
2025-03-22 17:51:27 +08:00
parent 9667f3309b
commit 516a958c66
2 changed files with 19 additions and 5 deletions

View File

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