request

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateCreateRequest

type CertificateCreateRequest struct {
	UniqueID               string            `json:"unique_id,omitempty"`
	ProductID              string            `json:"product_id,omitempty"`
	Period                 string            `json:"period,omitempty"`
	DomainDCV              map[string]string `json:"domain_dcv,omitempty"`
	CSR                    string            `json:"csr,omitempty"`
	Renew                  int               `json:"renew,omitempty"`
	Organization           string            `json:"organization,omitempty"`
	OrganizationUnit       string            `json:"organization_unit,omitempty"`
	RegisteredAddressLine1 string            `json:"registered_address_line1,omitempty"`
	SerialNo               string            `json:"serial_no,omitempty"`
	Country                string            `json:"country,omitempty"`
	State                  string            `json:"state,omitempty"`
	City                   string            `json:"city,omitempty"`
	PostalCode             string            `json:"postal_code,omitempty"`
	OrganizationPhone      string            `json:"organization_phone,omitempty"`
	DateOfIncorporation    string            `json:"date_of_incorporation,omitempty"`
	ContactName            string            `json:"contact_name,omitempty"`
	ContactTitle           string            `json:"contact_title,omitempty"`
	ContactPhone           string            `json:"contact_phone,omitempty"`
	ContactEmail           string            `json:"contact_email,omitempty"`
	NotifyURL              string            `json:"notify_url,omitempty"`
}

type CertificateDetailRequest

type CertificateDetailRequest struct {
	ServiceID string `json:"service_id,omitempty"`
}

证书详情请求

type CertificateRefundRequest

type CertificateRefundRequest struct {
	ServiceID string `json:"service_id,omitempty"`
}

证书退款请求

type CertificateReissueRequest

type CertificateReissueRequest struct {
	ServiceID              string            `json:"service_id,omitempty"`               // 必传,下单时返回的id
	DomainDCV              map[string]string `json:"domain_dcv,omitempty"`               // 必传
	CSR                    string            `json:"csr,omitempty"`                      // 必传,客户上传的CSR
	Renew                  int               `json:"renew,omitempty"`                    // OV/EV必传,是否为续费订单
	Organization           string            `json:"organization,omitempty"`             // OV/EV必传,公司名称
	OrganizationUnit       string            `json:"organization_unit,omitempty"`        // OV/EV必传,公司部门
	RegisteredAddressLine1 string            `json:"registered_address_line1,omitempty"` // OV/EV必传,公司注册地址
	SerialNo               string            `json:"serial_no,omitempty"`                // OV/EV必传,公司注册号,三证合一
	Country                string            `json:"country,omitempty"`                  // OV/EV必传,2位国别码,大写
	State                  string            `json:"state,omitempty"`                    // OV/EV必传,省份
	City                   string            `json:"city,omitempty"`                     // OV/EV必传,城市
	PostalCode             string            `json:"postal_code,omitempty"`              // OV/EV必传,邮编
	OrganizationPhone      string            `json:"organization_phone,omitempty"`       // OV/EV必传,组织注册登记电话
	DateOfIncorporation    string            `json:"date_of_incorporation,omitempty"`    // OV/EV必传,成立日期
	ContactName            string            `json:"contact_name,omitempty"`             // OV/EV必传,联系人
	ContactTitle           string            `json:"contact_title,omitempty"`            // OV/EV必传,联系人职位
	ContactPhone           string            `json:"contact_phone,omitempty"`            // OV/EV必传,联系人电话
	ContactEmail           string            `json:"contact_email,omitempty"`            // 必传,联系人邮箱
	NotifyURL              string            `json:"notify_url,omitempty"`               // 必传,证书颁发后的通知地址
}

重签证书请求

type CertificateValidateDCVRequest

type CertificateValidateDCVRequest struct {
	ServiceID string `json:"service_id,omitempty"`
}

证书验证dcv请求

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL