Documentation ¶
Index ¶
- type AccountResult
- type YunosAccountCallapiAPIResponse
- type YunosAccountCallapiRequest
- func (r YunosAccountCallapiRequest) GetApi() string
- func (r YunosAccountCallapiRequest) GetApiMethodName() string
- func (r YunosAccountCallapiRequest) GetApiParams() url.Values
- func (r YunosAccountCallapiRequest) GetAuthSign() string
- func (r YunosAccountCallapiRequest) GetParams() string
- func (r YunosAccountCallapiRequest) GetTimeStamp() string
- func (r YunosAccountCallapiRequest) GetVersion() string
- func (r *YunosAccountCallapiRequest) SetApi(api string) error
- func (r *YunosAccountCallapiRequest) SetAuthSign(authSign string) error
- func (r *YunosAccountCallapiRequest) SetParams(params string) error
- func (r *YunosAccountCallapiRequest) SetTimeStamp(timeStamp string) error
- func (r *YunosAccountCallapiRequest) SetVersion(version string) error
- type YunosAccountCallapiResponse
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 ¶
调用YunOS账号开放API APIRequest yunos.account.callapi
YunOS账号客户端对外开放的api通过top暴露
func NewYunosAccountCallapiRequest ¶
func NewYunosAccountCallapiRequest() *YunosAccountCallapiRequest
func (YunosAccountCallapiRequest) GetApi ¶
func (r YunosAccountCallapiRequest) GetApi() string
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"` }
Click to show internal directories.
Click to hide internal directories.