blackvip

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 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 Models

type Models struct {
	Is88VipAutoRenewUser bool `json:"is88_vip_auto_renew_user,omitempty" xml:"is88_vip_auto_renew_user,omitempty"`

	Is88Vip bool `json:"is88_vip,omitempty" xml:"is88_vip,omitempty"`

	VipExpireTime int64 `json:"vip_expire_time,omitempty" xml:"vip_expire_time,omitempty"`

	Is88VipTargetUser bool `json:"is88_vip_target_user,omitempty" xml:"is88_vip_target_user,omitempty"`
}

Models

type ResultSupport

type ResultSupport struct {
	Models *Models `json:"models,omitempty" xml:"models,omitempty"`

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

	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`
}

ResultSupport

type TaobaoBlackvipUserinfoGetAPIResponse

type TaobaoBlackvipUserinfoGetAPIResponse struct {
	model.CommonResponse
	TaobaoBlackvipUserinfoGetResponse
}

88VIP用户信息查询 APIResponse taobao.blackvip.userinfo.get

查询88VIP用户信息,比如用户是否是88VIP,88VIP的失效时间等

type TaobaoBlackvipUserinfoGetRequest

type TaobaoBlackvipUserinfoGetRequest struct {
	model.Params
}

88VIP用户信息查询 APIRequest taobao.blackvip.userinfo.get

查询88VIP用户信息,比如用户是否是88VIP,88VIP的失效时间等

func NewTaobaoBlackvipUserinfoGetRequest

func NewTaobaoBlackvipUserinfoGetRequest() *TaobaoBlackvipUserinfoGetRequest

func (TaobaoBlackvipUserinfoGetRequest) GetApiMethodName

func (r TaobaoBlackvipUserinfoGetRequest) GetApiMethodName() string

func (TaobaoBlackvipUserinfoGetRequest) GetApiParams

func (r TaobaoBlackvipUserinfoGetRequest) GetApiParams() url.Values

type TaobaoBlackvipUserinfoGetResponse

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

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

Jump to

Keyboard shortcuts

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