b2bcert

package
v1.1.3 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
}

获取证书数据 APIResponse alibaba.auth.cert.get

获取证书数据

type AlibabaAuthCertGetRequest

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

获取证书数据 APIRequest alibaba.auth.cert.get

获取证书数据

func NewAlibabaAuthCertGetRequest

func NewAlibabaAuthCertGetRequest() *AlibabaAuthCertGetRequest

func (AlibabaAuthCertGetRequest) GetApiMethodName

func (r AlibabaAuthCertGetRequest) GetApiMethodName() string

func (AlibabaAuthCertGetRequest) GetApiParams

func (r AlibabaAuthCertGetRequest) GetApiParams() url.Values

func (AlibabaAuthCertGetRequest) GetProvider

func (r AlibabaAuthCertGetRequest) GetProvider() string

func (AlibabaAuthCertGetRequest) GetReceiveInfo

func (r AlibabaAuthCertGetRequest) GetReceiveInfo() string

func (*AlibabaAuthCertGetRequest) SetProvider

func (r *AlibabaAuthCertGetRequest) SetProvider(provider string) error

func (*AlibabaAuthCertGetRequest) SetReceiveInfo

func (r *AlibabaAuthCertGetRequest) SetReceiveInfo(receiveInfo string) error

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 *Response `json:"result,omitempty" xml:"result,omitempty"`
}

type Response

type Response struct {
	Data string `json:"data,omitempty" xml:"data,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	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