yunosdm

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package yunosdm 包含教育账号 API相关结构体

https://open.taobao.com/API.htm?docId=35502&docType=2

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type YunosDmSysGetDomainAPIRequest added in v1.2.0

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

YunosDmSysGetDomainAPIRequest 获取动态域名 API请求 yunos.dm.sys.get.domain

返回alios ucp后端域名

func NewYunosDmSysGetDomainRequest

func NewYunosDmSysGetDomainRequest() *YunosDmSysGetDomainAPIRequest

NewYunosDmSysGetDomainRequest 初始化YunosDmSysGetDomainAPIRequest对象

func (YunosDmSysGetDomainAPIRequest) GetApiMethodName added in v1.2.0

func (r YunosDmSysGetDomainAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (YunosDmSysGetDomainAPIRequest) GetApiParams added in v1.2.0

func (r YunosDmSysGetDomainAPIRequest) GetApiParams() url.Values

GetApiParams IRequest interface 方法, 获取API参数

func (YunosDmSysGetDomainAPIRequest) GetMake added in v1.2.0

GetMake Make Getter

func (YunosDmSysGetDomainAPIRequest) GetModel added in v1.2.0

GetModel Model Getter

func (YunosDmSysGetDomainAPIRequest) GetSn added in v1.2.0

GetSn Sn Getter

func (*YunosDmSysGetDomainAPIRequest) SetMake added in v1.2.0

func (r *YunosDmSysGetDomainAPIRequest) SetMake(_make string) error

SetMake is Make Setter 制造商

func (*YunosDmSysGetDomainAPIRequest) SetModel added in v1.2.0

func (r *YunosDmSysGetDomainAPIRequest) SetModel(_model string) error

SetModel is Model Setter 设备类型

func (*YunosDmSysGetDomainAPIRequest) SetSn added in v1.2.0

SetSn is Sn Setter 序列号

type YunosDmSysGetDomainAPIResponse

type YunosDmSysGetDomainAPIResponse struct {
	model.CommonResponse
	YunosDmSysGetDomainAPIResponseModel
}

YunosDmSysGetDomainAPIResponse 获取动态域名 API返回值 yunos.dm.sys.get.domain

返回alios ucp后端域名

type YunosDmSysGetDomainAPIResponseModel added in v1.2.0

type YunosDmSysGetDomainAPIResponseModel struct {
	XMLName xml.Name `xml:"yunos_dm_sys_get_domain_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// obj
	Url string `json:"url,omitempty" xml:"url,omitempty"`
}

YunosDmSysGetDomainAPIResponseModel is 获取动态域名 成功返回结果

Jump to

Keyboard shortcuts

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