mirror of
https://github.com/certimate-go/certimate.git
synced 2026-09-01 15:39:35 +08:00
fix: #1144
This commit is contained in:
@@ -96,7 +96,6 @@ type DomainRecord struct {
|
||||
ProductName string `json:"product_name"`
|
||||
Status int32 `json:"status"`
|
||||
AreaScope int32 `json:"area_scope"`
|
||||
CreatedTime int64 `json:"insert_date"`
|
||||
}
|
||||
|
||||
type DomainOriginConfig struct {
|
||||
|
||||
@@ -77,7 +77,6 @@ type DomainRecord struct {
|
||||
ProductName string `json:"product_name"`
|
||||
AreaScope int32 `json:"area_scope"`
|
||||
Status int32 `json:"status"`
|
||||
CreatedTime int64 `json:"insert_date"`
|
||||
}
|
||||
|
||||
type DomainDetail struct {
|
||||
|
||||
@@ -77,7 +77,6 @@ type DomainRecord struct {
|
||||
ProductName string `json:"product_name"`
|
||||
AreaScope int32 `json:"area_scope"`
|
||||
Status int32 `json:"status"`
|
||||
CreatedTime int64 `json:"insert_date"`
|
||||
}
|
||||
|
||||
type DomainDetail struct {
|
||||
|
||||
@@ -77,7 +77,6 @@ type DomainRecord struct {
|
||||
ProductName string `json:"product_name"`
|
||||
AreaScope int32 `json:"area_scope"`
|
||||
Status int32 `json:"status"`
|
||||
CreatedTime int64 `json:"insert_date"`
|
||||
}
|
||||
|
||||
type DomainDetail struct {
|
||||
|
||||
Reference in New Issue
Block a user