b2bcert

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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

type AlibabaAuthCertGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

获取证书数据 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

Jump to

Keyboard shortcuts

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