Documentation ¶
Index ¶
- type AlibabaAuthCertGetAPIResponse
- type AlibabaAuthCertGetRequest
- func (r AlibabaAuthCertGetRequest) GetApiMethodName() string
- func (r AlibabaAuthCertGetRequest) GetApiParams() url.Values
- func (r AlibabaAuthCertGetRequest) GetProvider() string
- func (r AlibabaAuthCertGetRequest) GetReceiveInfo() string
- func (r *AlibabaAuthCertGetRequest) SetProvider(provider string) error
- func (r *AlibabaAuthCertGetRequest) SetReceiveInfo(receiveInfo string) error
- type AlibabaAuthCertGetResponse
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlibabaAuthCertGetAPIResponse ¶
type AlibabaAuthCertGetAPIResponse struct { model.CommonResponse AlibabaAuthCertGetResponse }
获取证书数据 API返回值 alibaba.auth.cert.get
获取证书数据
type AlibabaAuthCertGetRequest ¶
获取证书数据 API请求 alibaba.auth.cert.get
获取证书数据
func NewAlibabaAuthCertGetRequest ¶
func NewAlibabaAuthCertGetRequest() *AlibabaAuthCertGetRequest
初始化AlibabaAuthCertGetRequest对象
func (AlibabaAuthCertGetRequest) GetApiMethodName ¶
func (r AlibabaAuthCertGetRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (AlibabaAuthCertGetRequest) GetApiParams ¶
func (r AlibabaAuthCertGetRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
func (AlibabaAuthCertGetRequest) GetProvider ¶
func (r AlibabaAuthCertGetRequest) GetProvider() string
Provider Getter
func (AlibabaAuthCertGetRequest) GetReceiveInfo ¶
func (r AlibabaAuthCertGetRequest) GetReceiveInfo() string
ReceiveInfo Getter
func (*AlibabaAuthCertGetRequest) SetProvider ¶
func (r *AlibabaAuthCertGetRequest) SetProvider(provider string) error
Provider Setter 认证商
func (*AlibabaAuthCertGetRequest) SetReceiveInfo ¶
func (r *AlibabaAuthCertGetRequest) SetReceiveInfo(receiveInfo string) error
ReceiveInfo Setter 证书数据
type AlibabaAuthCertGetResponse ¶
type AlibabaAuthCertGetResponse struct { XMLName xml.Name `xml:"alibaba_auth_cert_get_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // result Result *Response `json:"result,omitempty" xml:"result,omitempty"` }
获取证书数据 成功返回结果
type Response ¶
type Response struct { // data Data string `json:"data,omitempty" xml:"data,omitempty"` // code Code string `json:"code,omitempty" xml:"code,omitempty"` // success Success bool `json:"success,omitempty" xml:"success,omitempty"` // msg Msg string `json:"msg,omitempty" xml:"msg,omitempty"` }
Response
Click to show internal directories.
Click to hide internal directories.