mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 05:29:51 +00:00
fix: #539
This commit is contained in:
parent
7c94999efc
commit
7e4aa24459
2
internal/pkg/vendors/cdnfly-sdk/models.go
vendored
2
internal/pkg/vendors/cdnfly-sdk/models.go
vendored
@ -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…
x
Reference in New Issue
Block a user