Documentation ¶
Index ¶
- type ParamDto
- type RichClientInfo
- type TaobaoAplatformWeakgetAPIResponse
- type TaobaoAplatformWeakgetRequest
- func (r TaobaoAplatformWeakgetRequest) GetApiMethodName() string
- func (r TaobaoAplatformWeakgetRequest) GetApiParams() url.Values
- func (r TaobaoAplatformWeakgetRequest) GetParamDto() *ParamDto
- func (r TaobaoAplatformWeakgetRequest) GetParamRichClientInfo() *RichClientInfo
- func (r *TaobaoAplatformWeakgetRequest) SetParamDto(paramDto *ParamDto) error
- func (r *TaobaoAplatformWeakgetRequest) SetParamRichClientInfo(paramRichClientInfo *RichClientInfo) error
- type TaobaoAplatformWeakgetResponse
- type TaobaoAplatformWeakgetResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParamDto ¶
type ParamDto struct { BizParam string `json:"biz_param,omitempty" xml:"biz_param,omitempty"` ExtraParam string `json:"extra_param,omitempty" xml:"extra_param,omitempty"` BizType string `json:"biz_type,omitempty" xml:"biz_type,omitempty"` }
ParamDto
type RichClientInfo ¶
type RichClientInfo struct { Appkey string `json:"appkey,omitempty" xml:"appkey,omitempty"` BuyerNick string `json:"buyer_nick,omitempty" xml:"buyer_nick,omitempty"` Lng string `json:"lng,omitempty" xml:"lng,omitempty"` BuyerId int64 `json:"buyer_id,omitempty" xml:"buyer_id,omitempty"` Lat string `json:"lat,omitempty" xml:"lat,omitempty"` DeviceId string `json:"device_id,omitempty" xml:"device_id,omitempty"` Ip string `json:"ip,omitempty" xml:"ip,omitempty"` }
RichClientInfo
type TaobaoAplatformWeakgetAPIResponse ¶
type TaobaoAplatformWeakgetAPIResponse struct { model.CommonResponse TaobaoAplatformWeakgetResponse }
活动平台弱登录接口 APIResponse taobao.aplatform.weakget
无线活动平台的开放接口,提供商品信息等的读操作
type TaobaoAplatformWeakgetRequest ¶
type TaobaoAplatformWeakgetRequest struct { model.Params // contains filtered or unexported fields }
活动平台弱登录接口 APIRequest taobao.aplatform.weakget
无线活动平台的开放接口,提供商品信息等的读操作
func NewTaobaoAplatformWeakgetRequest ¶
func NewTaobaoAplatformWeakgetRequest() *TaobaoAplatformWeakgetRequest
func (TaobaoAplatformWeakgetRequest) GetApiMethodName ¶
func (r TaobaoAplatformWeakgetRequest) GetApiMethodName() string
func (TaobaoAplatformWeakgetRequest) GetApiParams ¶
func (r TaobaoAplatformWeakgetRequest) GetApiParams() url.Values
func (TaobaoAplatformWeakgetRequest) GetParamDto ¶
func (r TaobaoAplatformWeakgetRequest) GetParamDto() *ParamDto
func (TaobaoAplatformWeakgetRequest) GetParamRichClientInfo ¶
func (r TaobaoAplatformWeakgetRequest) GetParamRichClientInfo() *RichClientInfo
func (*TaobaoAplatformWeakgetRequest) SetParamDto ¶
func (r *TaobaoAplatformWeakgetRequest) SetParamDto(paramDto *ParamDto) error
func (*TaobaoAplatformWeakgetRequest) SetParamRichClientInfo ¶
func (r *TaobaoAplatformWeakgetRequest) SetParamRichClientInfo(paramRichClientInfo *RichClientInfo) error
type TaobaoAplatformWeakgetResponse ¶
type TaobaoAplatformWeakgetResponse struct { XMLName xml.Name `xml:"aplatform_weakget_response"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识 Result *TaobaoAplatformWeakgetResult `json:"result,omitempty" xml:"result,omitempty"` }
type TaobaoAplatformWeakgetResult ¶
type TaobaoAplatformWeakgetResult struct { Headers string `json:"headers,omitempty" xml:"headers,omitempty"` Model string `json:"model,omitempty" xml:"model,omitempty"` HttpStatusCode int64 `json:"http_status_code,omitempty" xml:"http_status_code,omitempty"` MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"` BizExtMap string `json:"biz_ext_map,omitempty" xml:"biz_ext_map,omitempty"` MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"` Success bool `json:"success,omitempty" xml:"success,omitempty"` }
TaobaoAplatformWeakgetResult
Click to show internal directories.
Click to hide internal directories.