mirror of https://github.com/usual2970/certimate
fix: #539
parent
7c94999efc
commit
7e4aa24459
|
@ -25,7 +25,7 @@ type GetSiteRequest struct {
|
|||
type GetSiteResponse struct {
|
||||
baseResponse
|
||||
Data *struct {
|
||||
Id string `json:"id"`
|
||||
Id int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Domain string `json:"domain"`
|
||||
HttpsListen string `json:"https_listen"`
|
||||
|
|
Loading…
Reference in New Issue