Documentation ¶
Overview ¶
Package interactvip 包含会员中心API相关结构体
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlibabaInteractVipGetAPIRequest ¶ added in v1.2.0
AlibabaInteractVipGetAPIRequest 会员淘气值获取 API请求 alibaba.interact.vip.get
提供用户淘气值&用户角色身份查询
func NewAlibabaInteractVipGetRequest ¶
func NewAlibabaInteractVipGetRequest() *AlibabaInteractVipGetAPIRequest
NewAlibabaInteractVipGetRequest 初始化AlibabaInteractVipGetAPIRequest对象
func (AlibabaInteractVipGetAPIRequest) GetApiMethodName ¶ added in v1.2.0
func (r AlibabaInteractVipGetAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (AlibabaInteractVipGetAPIRequest) GetApiParams ¶ added in v1.2.0
func (r AlibabaInteractVipGetAPIRequest) GetApiParams() url.Values
GetApiParams IRequest interface 方法, 获取API参数
type AlibabaInteractVipGetAPIResponse ¶
type AlibabaInteractVipGetAPIResponse struct { model.CommonResponse AlibabaInteractVipGetAPIResponseModel }
AlibabaInteractVipGetAPIResponse 会员淘气值获取 API返回值 alibaba.interact.vip.get
提供用户淘气值&用户角色身份查询
type AlibabaInteractVipGetAPIResponseModel ¶ added in v1.2.0
type AlibabaInteractVipGetAPIResponseModel struct { XMLName xml.Name `xml:"alibaba_interact_vip_get_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` }
AlibabaInteractVipGetAPIResponseModel is 会员淘气值获取 成功返回结果
Click to show internal directories.
Click to hide internal directories.