yunosaccount

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 AccountResult

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

	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
}

AccountResult

type YunosAccountCallapiAPIResponse

type YunosAccountCallapiAPIResponse struct {
	model.CommonResponse
	YunosAccountCallapiResponse
}

调用YunOS账号开放API APIResponse yunos.account.callapi

YunOS账号客户端对外开放的api通过top暴露

type YunosAccountCallapiRequest

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

调用YunOS账号开放API APIRequest yunos.account.callapi

YunOS账号客户端对外开放的api通过top暴露

func NewYunosAccountCallapiRequest

func NewYunosAccountCallapiRequest() *YunosAccountCallapiRequest

func (YunosAccountCallapiRequest) GetApi

func (YunosAccountCallapiRequest) GetApiMethodName

func (r YunosAccountCallapiRequest) GetApiMethodName() string

func (YunosAccountCallapiRequest) GetApiParams

func (r YunosAccountCallapiRequest) GetApiParams() url.Values

func (YunosAccountCallapiRequest) GetAuthSign

func (r YunosAccountCallapiRequest) GetAuthSign() string

func (YunosAccountCallapiRequest) GetParams

func (r YunosAccountCallapiRequest) GetParams() string

func (YunosAccountCallapiRequest) GetTimeStamp

func (r YunosAccountCallapiRequest) GetTimeStamp() string

func (YunosAccountCallapiRequest) GetVersion

func (r YunosAccountCallapiRequest) GetVersion() string

func (*YunosAccountCallapiRequest) SetApi

func (r *YunosAccountCallapiRequest) SetApi(api string) error

func (*YunosAccountCallapiRequest) SetAuthSign

func (r *YunosAccountCallapiRequest) SetAuthSign(authSign string) error

func (*YunosAccountCallapiRequest) SetParams

func (r *YunosAccountCallapiRequest) SetParams(params string) error

func (*YunosAccountCallapiRequest) SetTimeStamp

func (r *YunosAccountCallapiRequest) SetTimeStamp(timeStamp string) error

func (*YunosAccountCallapiRequest) SetVersion

func (r *YunosAccountCallapiRequest) SetVersion(version string) error

type YunosAccountCallapiResponse

type YunosAccountCallapiResponse struct {
	XMLName xml.Name `xml:"yunos_account_callapi_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AccountResult `json:"result,omitempty" xml:"result,omitempty"`
}

Jump to

Keyboard shortcuts

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