Documentation
¶
Overview ¶
会员卡 model
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Models ¶
type Models struct { // 是否88VIP自动续费用户 Is88VipAutoRenewUser bool `json:"is88_vip_auto_renew_user,omitempty" xml:"is88_vip_auto_renew_user,omitempty"` // 是否88VIP Is88Vip bool `json:"is88_vip,omitempty" xml:"is88_vip,omitempty"` // 88VIP到期时间 VipExpireTime int64 `json:"vip_expire_time,omitempty" xml:"vip_expire_time,omitempty"` // 是否88VIP潜在用户 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用户信息查询 API返回值 taobao.blackvip.userinfo.get
查询88VIP用户信息,比如用户是否是88VIP,88VIP的失效时间等
type TaobaoBlackvipUserinfoGetRequest ¶
88VIP用户信息查询 API请求 taobao.blackvip.userinfo.get
查询88VIP用户信息,比如用户是否是88VIP,88VIP的失效时间等
func NewTaobaoBlackvipUserinfoGetRequest ¶
func NewTaobaoBlackvipUserinfoGetRequest() *TaobaoBlackvipUserinfoGetRequest
初始化TaobaoBlackvipUserinfoGetRequest对象
func (TaobaoBlackvipUserinfoGetRequest) GetApiMethodName ¶
func (r TaobaoBlackvipUserinfoGetRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (TaobaoBlackvipUserinfoGetRequest) GetApiParams ¶
func (r TaobaoBlackvipUserinfoGetRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
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"` }
88VIP用户信息查询 成功返回结果
Click to show internal directories.
Click to hide internal directories.