response

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TaobaoAppipGetResponse

type TaobaoAppipGetResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   ISV发起请求服务器IP
	*/
	Ip string `json:"ip,omitempty" `
}

type TaobaoFilesGetResponse

type TaobaoFilesGetResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   results
	*/
	Results []domain.TaobaoFilesGetTopDownloadRecordDo `json:"results,omitempty" `
}

type TaobaoHttpdnsGetResponse

type TaobaoHttpdnsGetResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   HTTP DNS配置信息
	*/
	Result string `json:"result,omitempty" `
}

type TaobaoOpenuidGetBymixnickResponse

type TaobaoOpenuidGetBymixnickResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   OpenUID
	*/
	OpenUid string `json:"open_uid,omitempty" `
}

type TaobaoOpenuidGetBytradeResponse

type TaobaoOpenuidGetBytradeResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   当前交易tid对应买家的openuid
	*/
	OpenUid string `json:"open_uid,omitempty" `
}

type TaobaoOpenuidGetResponse

type TaobaoOpenuidGetResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   OpenUID
	*/
	OpenUid string `json:"open_uid,omitempty" `
}

type TaobaoTopAuthTokenCreateResponse

type TaobaoTopAuthTokenCreateResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   返回的是json信息,和之前调用https://oauth.taobao.com/tac/token https://oauth.alibaba.com/token 换token返回的字段信息一致
	*/
	TokenResult string `json:"token_result,omitempty" `
}

type TaobaoTopAuthTokenRefreshResponse

type TaobaoTopAuthTokenRefreshResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   返回的是json信息
	*/
	TokenResult string `json:"token_result,omitempty" `
}

type TaobaoTopSdkFeedbackUploadResponse

type TaobaoTopSdkFeedbackUploadResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   控制回传间隔(单位:秒)
	*/
	UploadInterval int64 `json:"upload_interval,omitempty" `
}

type TaobaoTopSecretGetResponse

type TaobaoTopSecretGetResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   下次更新秘钥间隔,单位(秒)
	*/
	Interval int64 `json:"interval,omitempty" `
	/*
	   最长有效期,容灾使用,单位(秒)
	*/
	MaxInterval int64 `json:"max_interval,omitempty" `
	/*
	   秘钥值
	*/
	Secret string `json:"secret,omitempty" `
	/*
	   秘钥版本号
	*/
	SecretVersion int64 `json:"secret_version,omitempty" `
	/*
	   app配置信息
	*/
	AppConfig string `json:"app_config,omitempty" `
}

Jump to

Keyboard shortcuts

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