This commit is contained in:
Fu Diwei
2025-05-31 16:29:17 +08:00
parent 0e8ebaa885
commit 28811c46d8
2 changed files with 3 additions and 3 deletions

View File

@@ -37,8 +37,8 @@ type GetSiteListResponse struct {
}
type SiteServerInfo struct {
ListenSSLPort *int32 `json:"listen_ssl_port,omitempty"`
SSL *SiteServerSSLInfo `json:"ssl,omitempty"`
ListenSSLPorts *[]int32 `json:"listen_ssl_port,omitempty"`
SSL *SiteServerSSLInfo `json:"ssl,omitempty"`
}
type SiteServerSSLInfo struct {