This commit is contained in:
Fu Diwei 2025-03-20 21:36:44 +08:00
parent 7c94999efc
commit 7e4aa24459

View File

@ -25,7 +25,7 @@ type GetSiteRequest struct {
type GetSiteResponse struct { type GetSiteResponse struct {
baseResponse baseResponse
Data *struct { Data *struct {
Id string `json:"id"` Id int64 `json:"id"`
Name string `json:"name"` Name string `json:"name"`
Domain string `json:"domain"` Domain string `json:"domain"`
HttpsListen string `json:"https_listen"` HttpsListen string `json:"https_listen"`