Merge pull request #734 from fudiwei/bugfix

bugfix
This commit is contained in:
RHQYZ
2025-06-01 23:04:53 +08:00
committed by GitHub
4 changed files with 5 additions and 5 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 {