mirror of https://github.com/usual2970/certimate
fix: #304
parent
44332b9d07
commit
0dfa5994cc
|
@ -24,7 +24,7 @@ type DomainInfoHttpsData struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetDomainInfoResponse struct {
|
type GetDomainInfoResponse struct {
|
||||||
*BaseResponse
|
BaseResponse
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
CName string `json:"cname"`
|
CName string `json:"cname"`
|
||||||
|
@ -42,7 +42,7 @@ type ModifyDomainHttpsConfRequest struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type ModifyDomainHttpsConfResponse struct {
|
type ModifyDomainHttpsConfResponse struct {
|
||||||
*BaseResponse
|
BaseResponse
|
||||||
}
|
}
|
||||||
|
|
||||||
type EnableDomainHttpsRequest struct {
|
type EnableDomainHttpsRequest struct {
|
||||||
|
@ -50,5 +50,5 @@ type EnableDomainHttpsRequest struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type EnableDomainHttpsResponse struct {
|
type EnableDomainHttpsResponse struct {
|
||||||
*BaseResponse
|
BaseResponse
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue