mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-10 06:29:52 +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 {
|
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"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user