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