mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-05 14:04:54 +00:00
fix: #746
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user