baichuan

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package baichuan 包含百川相关结构体

https://open.taobao.com/API.htm?docType=2&docId=31057

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlibabaBaichuanAsoActivateAPIRequest

type AlibabaBaichuanAsoActivateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaBaichuanAsoActivateAPIRequest 设备安装活动激活 API请求 alibaba.baichuan.aso.activate

设备安装活动激活

func NewAlibabaBaichuanAsoActivateRequest

func NewAlibabaBaichuanAsoActivateRequest() *AlibabaBaichuanAsoActivateAPIRequest

NewAlibabaBaichuanAsoActivateRequest 初始化AlibabaBaichuanAsoActivateAPIRequest对象

func (AlibabaBaichuanAsoActivateAPIRequest) GetApiMethodName

func (r AlibabaBaichuanAsoActivateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaBaichuanAsoActivateAPIRequest) GetApiParams

func (r AlibabaBaichuanAsoActivateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaBaichuanAsoActivateAPIRequest) GetAppId

GetAppId AppId Getter

func (AlibabaBaichuanAsoActivateAPIRequest) GetAppOs

GetAppOs AppOs Getter

func (AlibabaBaichuanAsoActivateAPIRequest) GetDeviceInfo

GetDeviceInfo DeviceInfo Getter

func (AlibabaBaichuanAsoActivateAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaBaichuanAsoActivateAPIRequest) GetSource

GetSource Source Getter

func (*AlibabaBaichuanAsoActivateAPIRequest) SetAppId

SetAppId is AppId Setter 1-tmail,2-taobao

func (*AlibabaBaichuanAsoActivateAPIRequest) SetAppOs

func (r *AlibabaBaichuanAsoActivateAPIRequest) SetAppOs(_appOs int64) error

SetAppOs is AppOs Setter 1-android,2-ios

func (*AlibabaBaichuanAsoActivateAPIRequest) SetDeviceInfo

func (r *AlibabaBaichuanAsoActivateAPIRequest) SetDeviceInfo(_deviceInfo *AsoDeviceInfoDo) error

SetDeviceInfo is DeviceInfo Setter 设备信息,ios为idfa ,android 为imei + imsi

func (*AlibabaBaichuanAsoActivateAPIRequest) SetSource

func (r *AlibabaBaichuanAsoActivateAPIRequest) SetSource(_source string) error

SetSource is Source Setter 来源

type AlibabaBaichuanAsoActivateAPIResponse

type AlibabaBaichuanAsoActivateAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanAsoActivateAPIResponseModel
}

AlibabaBaichuanAsoActivateAPIResponse 设备安装活动激活 API返回值 alibaba.baichuan.aso.activate

设备安装活动激活

type AlibabaBaichuanAsoActivateAPIResponseModel

type AlibabaBaichuanAsoActivateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_baichuan_aso_activate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AsoActivateDeviceResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaBaichuanAsoActivateAPIResponseModel is 设备安装活动激活 成功返回结果

type AlibabaBaichuanAsoQueryAPIRequest

type AlibabaBaichuanAsoQueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaBaichuanAsoQueryAPIRequest 查询app在设备上的安装信息 API请求 alibaba.baichuan.aso.query

查询app在设备上的安装信息

func NewAlibabaBaichuanAsoQueryRequest

func NewAlibabaBaichuanAsoQueryRequest() *AlibabaBaichuanAsoQueryAPIRequest

NewAlibabaBaichuanAsoQueryRequest 初始化AlibabaBaichuanAsoQueryAPIRequest对象

func (AlibabaBaichuanAsoQueryAPIRequest) GetApiMethodName

func (r AlibabaBaichuanAsoQueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaBaichuanAsoQueryAPIRequest) GetApiParams

func (r AlibabaBaichuanAsoQueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaBaichuanAsoQueryAPIRequest) GetAppId

GetAppId AppId Getter

func (AlibabaBaichuanAsoQueryAPIRequest) GetAppOs

GetAppOs AppOs Getter

func (AlibabaBaichuanAsoQueryAPIRequest) GetDeviceInfoList

func (r AlibabaBaichuanAsoQueryAPIRequest) GetDeviceInfoList() []AsoDeviceInfoDo

GetDeviceInfoList DeviceInfoList Getter

func (AlibabaBaichuanAsoQueryAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaBaichuanAsoQueryAPIRequest) SetAppId

func (r *AlibabaBaichuanAsoQueryAPIRequest) SetAppId(_appId string) error

SetAppId is AppId Setter 1-tmail,2-taobao

func (*AlibabaBaichuanAsoQueryAPIRequest) SetAppOs

func (r *AlibabaBaichuanAsoQueryAPIRequest) SetAppOs(_appOs int64) error

SetAppOs is AppOs Setter 1-android,2-ios

func (*AlibabaBaichuanAsoQueryAPIRequest) SetDeviceInfoList

func (r *AlibabaBaichuanAsoQueryAPIRequest) SetDeviceInfoList(_deviceInfoList []AsoDeviceInfoDo) error

SetDeviceInfoList is DeviceInfoList Setter 设备信息,ios为idfa ,android 为imei + imsi

type AlibabaBaichuanAsoQueryAPIResponse

type AlibabaBaichuanAsoQueryAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanAsoQueryAPIResponseModel
}

AlibabaBaichuanAsoQueryAPIResponse 查询app在设备上的安装信息 API返回值 alibaba.baichuan.aso.query

查询app在设备上的安装信息

type AlibabaBaichuanAsoQueryAPIResponseModel

type AlibabaBaichuanAsoQueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_baichuan_aso_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AsoQueryDeviceResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaBaichuanAsoQueryAPIResponseModel is 查询app在设备上的安装信息 成功返回结果

type AlibabaBaichuanCtgContentGetAPIRequest

type AlibabaBaichuanCtgContentGetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaBaichuanCtgContentGetAPIRequest 百川内容平台内容获取 API请求 alibaba.baichuan.ctg.content.get

百川内容平台内容获取

func NewAlibabaBaichuanCtgContentGetRequest

func NewAlibabaBaichuanCtgContentGetRequest() *AlibabaBaichuanCtgContentGetAPIRequest

NewAlibabaBaichuanCtgContentGetRequest 初始化AlibabaBaichuanCtgContentGetAPIRequest对象

func (AlibabaBaichuanCtgContentGetAPIRequest) GetApiMethodName

func (r AlibabaBaichuanCtgContentGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaBaichuanCtgContentGetAPIRequest) GetApiParams

func (r AlibabaBaichuanCtgContentGetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaBaichuanCtgContentGetAPIRequest) GetCurrentPage

func (r AlibabaBaichuanCtgContentGetAPIRequest) GetCurrentPage() int64

GetCurrentPage CurrentPage Getter

func (AlibabaBaichuanCtgContentGetAPIRequest) GetDate

GetDate Date Getter

func (AlibabaBaichuanCtgContentGetAPIRequest) GetDeliveryId

GetDeliveryId DeliveryId Getter

func (AlibabaBaichuanCtgContentGetAPIRequest) GetPageSize

GetPageSize PageSize Getter

func (AlibabaBaichuanCtgContentGetAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaBaichuanCtgContentGetAPIRequest) GetResId

GetResId ResId Getter

func (*AlibabaBaichuanCtgContentGetAPIRequest) SetCurrentPage

func (r *AlibabaBaichuanCtgContentGetAPIRequest) SetCurrentPage(_currentPage int64) error

SetCurrentPage is CurrentPage Setter 当前页

func (*AlibabaBaichuanCtgContentGetAPIRequest) SetDate

SetDate is Date Setter 日期

func (*AlibabaBaichuanCtgContentGetAPIRequest) SetDeliveryId

func (r *AlibabaBaichuanCtgContentGetAPIRequest) SetDeliveryId(_deliveryId string) error

SetDeliveryId is DeliveryId Setter 投放位置

func (*AlibabaBaichuanCtgContentGetAPIRequest) SetPageSize

func (r *AlibabaBaichuanCtgContentGetAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 分页大小

func (*AlibabaBaichuanCtgContentGetAPIRequest) SetResId

SetResId is ResId Setter 资源位

type AlibabaBaichuanCtgContentGetAPIResponse

type AlibabaBaichuanCtgContentGetAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanCtgContentGetAPIResponseModel
}

AlibabaBaichuanCtgContentGetAPIResponse 百川内容平台内容获取 API返回值 alibaba.baichuan.ctg.content.get

百川内容平台内容获取

type AlibabaBaichuanCtgContentGetAPIResponseModel

type AlibabaBaichuanCtgContentGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_baichuan_ctg_content_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// data
	DataList []AlibabaBaichuanCtgContentGetData `json:"data_list,omitempty" xml:"data_list>alibaba_baichuan_ctg_content_get_data,omitempty"`
	// errorMessage
	ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"`
	// errorCode
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// hasNext
	HasNext bool `json:"has_next,omitempty" xml:"has_next,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabaBaichuanCtgContentGetAPIResponseModel is 百川内容平台内容获取 成功返回结果

type AlibabaBaichuanCtgContentGetData

type AlibabaBaichuanCtgContentGetData struct {
	// title
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// publishTime
	PublishTime string `json:"publish_time,omitempty" xml:"publish_time,omitempty"`
	// source
	Source string `json:"source,omitempty" xml:"source,omitempty"`
	// summary
	Summary string `json:"summary,omitempty" xml:"summary,omitempty"`
	// coverUrl
	CoverUrl string `json:"cover_url,omitempty" xml:"cover_url,omitempty"`
	// contentUrl
	ContentUrl string `json:"content_url,omitempty" xml:"content_url,omitempty"`
	// paths
	Thumbnails string `json:"thumbnails,omitempty" xml:"thumbnails,omitempty"`
	// org_source
	OrgSource string `json:"org_source,omitempty" xml:"org_source,omitempty"`
	// nick
	Nick string `json:"nick,omitempty" xml:"nick,omitempty"`
}

AlibabaBaichuanCtgContentGetData 结构体

type AlibabaBaichuanCtgUserRelationAPIRequest

type AlibabaBaichuanCtgUserRelationAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaBaichuanCtgUserRelationAPIRequest 用户 API请求 alibaba.baichuan.ctg.user.relation

提供给优酷查询道长和淘宝账户的绑定关系

func NewAlibabaBaichuanCtgUserRelationRequest

func NewAlibabaBaichuanCtgUserRelationRequest() *AlibabaBaichuanCtgUserRelationAPIRequest

NewAlibabaBaichuanCtgUserRelationRequest 初始化AlibabaBaichuanCtgUserRelationAPIRequest对象

func (AlibabaBaichuanCtgUserRelationAPIRequest) GetApiMethodName

func (r AlibabaBaichuanCtgUserRelationAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaBaichuanCtgUserRelationAPIRequest) GetApiParams

func (r AlibabaBaichuanCtgUserRelationAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaBaichuanCtgUserRelationAPIRequest) GetApp

GetApp App Getter

func (AlibabaBaichuanCtgUserRelationAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaBaichuanCtgUserRelationAPIRequest) GetTbUid

GetTbUid TbUid Getter

func (AlibabaBaichuanCtgUserRelationAPIRequest) GetUid

GetUid Uid Getter

func (*AlibabaBaichuanCtgUserRelationAPIRequest) SetApp

SetApp is App Setter 调用的业务方

func (*AlibabaBaichuanCtgUserRelationAPIRequest) SetTbUid

SetTbUid is TbUid Setter 淘宝的用户ID

func (*AlibabaBaichuanCtgUserRelationAPIRequest) SetUid

SetUid is Uid Setter 业务方的用户ID

type AlibabaBaichuanCtgUserRelationAPIResponse

type AlibabaBaichuanCtgUserRelationAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanCtgUserRelationAPIResponseModel
}

AlibabaBaichuanCtgUserRelationAPIResponse 用户 API返回值 alibaba.baichuan.ctg.user.relation

提供给优酷查询道长和淘宝账户的绑定关系

type AlibabaBaichuanCtgUserRelationAPIResponseModel

type AlibabaBaichuanCtgUserRelationAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_baichuan_ctg_user_relation_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回的整体结果
	Result *AlibabaBaichuanCtgUserRelationResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaBaichuanCtgUserRelationAPIResponseModel is 用户 成功返回结果

type AlibabaBaichuanCtgUserRelationResult

type AlibabaBaichuanCtgUserRelationResult struct {
	// 错误信息
	ErrorDetail string `json:"error_detail,omitempty" xml:"error_detail,omitempty"`
	// 返回结果,数值型,1:代表已绑定达人身份,2代表未绑定达人身份
	Module int64 `json:"module,omitempty" xml:"module,omitempty"`
	// 错误码结构体
	ErrorCode *ErrorCode `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 返回成功与否
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaBaichuanCtgUserRelationResult 结构体

type AlibabaBaichuanCtgVideoUploadAPIRequest

type AlibabaBaichuanCtgVideoUploadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaBaichuanCtgVideoUploadAPIRequest 提供优酷的短视频入淘API API请求 alibaba.baichuan.ctg.video.upload

提供优酷的短视频入淘API

func NewAlibabaBaichuanCtgVideoUploadRequest

func NewAlibabaBaichuanCtgVideoUploadRequest() *AlibabaBaichuanCtgVideoUploadAPIRequest

NewAlibabaBaichuanCtgVideoUploadRequest 初始化AlibabaBaichuanCtgVideoUploadAPIRequest对象

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetApiMethodName

func (r AlibabaBaichuanCtgVideoUploadAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetApiParams

func (r AlibabaBaichuanCtgVideoUploadAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetApp

GetApp App Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetOwnerName

GetOwnerName OwnerName Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetPublishTime

GetPublishTime PublishTime Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetSource

GetSource Source Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetTbUid

GetTbUid TbUid Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetType

GetType Type Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetUploadTime

GetUploadTime UploadTime Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoCategory

func (r AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoCategory() string

GetVideoCategory VideoCategory Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoId

GetVideoId VideoId Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoInfo

GetVideoInfo VideoInfo Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoTag

GetVideoTag VideoTag Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoTitle

GetVideoTitle VideoTitle Getter

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetApp

SetApp is App Setter app

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetOwnerName

func (r *AlibabaBaichuanCtgVideoUploadAPIRequest) SetOwnerName(_ownerName string) error

SetOwnerName is OwnerName Setter 作者名称

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetPublishTime

func (r *AlibabaBaichuanCtgVideoUploadAPIRequest) SetPublishTime(_publishTime string) error

SetPublishTime is PublishTime Setter 发布时间

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetSource

SetSource is Source Setter 视频的平台来源,如,优酷

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetTbUid

SetTbUid is TbUid Setter 优酷道长绑定的淘宝账号ID

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetType

SetType is Type Setter type

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetUploadTime

func (r *AlibabaBaichuanCtgVideoUploadAPIRequest) SetUploadTime(_uploadTime string) error

SetUploadTime is UploadTime Setter 上传时间

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoCategory

func (r *AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoCategory(_videoCategory string) error

SetVideoCategory is VideoCategory Setter 视频的分类ID,目前是优酷的分类ID

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoId

func (r *AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoId(_videoId string) error

SetVideoId is VideoId Setter 视频VID,若为多个视频,则支持分组上传多个VID

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoInfo

func (r *AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoInfo(_videoInfo string) error

SetVideoInfo is VideoInfo Setter 视频描述

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoTag

func (r *AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoTag(_videoTag string) error

SetVideoTag is VideoTag Setter 视频标签

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoTitle

func (r *AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoTitle(_videoTitle string) error

SetVideoTitle is VideoTitle Setter 视频标题

type AlibabaBaichuanCtgVideoUploadAPIResponse

type AlibabaBaichuanCtgVideoUploadAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanCtgVideoUploadAPIResponseModel
}

AlibabaBaichuanCtgVideoUploadAPIResponse 提供优酷的短视频入淘API API返回值 alibaba.baichuan.ctg.video.upload

提供优酷的短视频入淘API

type AlibabaBaichuanCtgVideoUploadAPIResponseModel

type AlibabaBaichuanCtgVideoUploadAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_baichuan_ctg_video_upload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *CtgResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaBaichuanCtgVideoUploadAPIResponseModel is 提供优酷的短视频入淘API 成功返回结果

type AlibabaBaichuanTaopasswordCheckAPIRequest

type AlibabaBaichuanTaopasswordCheckAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaBaichuanTaopasswordCheckAPIRequest 淘口令检查 API请求 alibaba.baichuan.taopassword.check

检查当前文本是否为淘口令

func NewAlibabaBaichuanTaopasswordCheckRequest

func NewAlibabaBaichuanTaopasswordCheckRequest() *AlibabaBaichuanTaopasswordCheckAPIRequest

NewAlibabaBaichuanTaopasswordCheckRequest 初始化AlibabaBaichuanTaopasswordCheckAPIRequest对象

func (AlibabaBaichuanTaopasswordCheckAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaBaichuanTaopasswordCheckAPIRequest) GetApiParams

func (r AlibabaBaichuanTaopasswordCheckAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaBaichuanTaopasswordCheckAPIRequest) GetClientInfo

GetClientInfo ClientInfo Getter

func (AlibabaBaichuanTaopasswordCheckAPIRequest) GetParamDto

GetParamDto ParamDto Getter

func (AlibabaBaichuanTaopasswordCheckAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaBaichuanTaopasswordCheckAPIRequest) SetClientInfo

func (r *AlibabaBaichuanTaopasswordCheckAPIRequest) SetClientInfo(_clientInfo *RichClientInfo) error

SetClientInfo is ClientInfo Setter 系统自动生成

func (*AlibabaBaichuanTaopasswordCheckAPIRequest) SetParamDto

func (r *AlibabaBaichuanTaopasswordCheckAPIRequest) SetParamDto(_paramDto *ParamDto) error

SetParamDto is ParamDto Setter 参数DTO

type AlibabaBaichuanTaopasswordCheckAPIResponse

type AlibabaBaichuanTaopasswordCheckAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanTaopasswordCheckAPIResponseModel
}

AlibabaBaichuanTaopasswordCheckAPIResponse 淘口令检查 API返回值 alibaba.baichuan.taopassword.check

检查当前文本是否为淘口令

type AlibabaBaichuanTaopasswordCheckAPIResponseModel

type AlibabaBaichuanTaopasswordCheckAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_baichuan_taopassword_check_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabaBaichuanTaopasswordCheckResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaBaichuanTaopasswordCheckAPIResponseModel is 淘口令检查 成功返回结果

type AlibabaBaichuanTaopasswordCheckResult

type AlibabaBaichuanTaopasswordCheckResult struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaBaichuanTaopasswordCheckResult 结构体

type AlibabaBaichuanTaopasswordConfigAPIRequest

type AlibabaBaichuanTaopasswordConfigAPIRequest struct {
	model.Params
}

AlibabaBaichuanTaopasswordConfigAPIRequest 淘口令配置数据 API请求 alibaba.baichuan.taopassword.config

百川淘口令规则配置接口

func NewAlibabaBaichuanTaopasswordConfigRequest

func NewAlibabaBaichuanTaopasswordConfigRequest() *AlibabaBaichuanTaopasswordConfigAPIRequest

NewAlibabaBaichuanTaopasswordConfigRequest 初始化AlibabaBaichuanTaopasswordConfigAPIRequest对象

func (AlibabaBaichuanTaopasswordConfigAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaBaichuanTaopasswordConfigAPIRequest) GetApiParams

func (r AlibabaBaichuanTaopasswordConfigAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaBaichuanTaopasswordConfigAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

type AlibabaBaichuanTaopasswordConfigAPIResponse

type AlibabaBaichuanTaopasswordConfigAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanTaopasswordConfigAPIResponseModel
}

AlibabaBaichuanTaopasswordConfigAPIResponse 淘口令配置数据 API返回值 alibaba.baichuan.taopassword.config

百川淘口令规则配置接口

type AlibabaBaichuanTaopasswordConfigAPIResponseModel

type AlibabaBaichuanTaopasswordConfigAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_baichuan_taopassword_config_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ShareResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaBaichuanTaopasswordConfigAPIResponseModel is 淘口令配置数据 成功返回结果

type AlibabaBaichuanTaopasswordQueryAPIRequest

type AlibabaBaichuanTaopasswordQueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaBaichuanTaopasswordQueryAPIRequest 查询解析淘口令 API请求 alibaba.baichuan.taopassword.query

查询,解析淘口令

func NewAlibabaBaichuanTaopasswordQueryRequest

func NewAlibabaBaichuanTaopasswordQueryRequest() *AlibabaBaichuanTaopasswordQueryAPIRequest

NewAlibabaBaichuanTaopasswordQueryRequest 初始化AlibabaBaichuanTaopasswordQueryAPIRequest对象

func (AlibabaBaichuanTaopasswordQueryAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaBaichuanTaopasswordQueryAPIRequest) GetApiParams

func (r AlibabaBaichuanTaopasswordQueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaBaichuanTaopasswordQueryAPIRequest) GetPasswordContent

func (r AlibabaBaichuanTaopasswordQueryAPIRequest) GetPasswordContent() string

GetPasswordContent PasswordContent Getter

func (AlibabaBaichuanTaopasswordQueryAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaBaichuanTaopasswordQueryAPIRequest) SetPasswordContent

func (r *AlibabaBaichuanTaopasswordQueryAPIRequest) SetPasswordContent(_passwordContent string) error

SetPasswordContent is PasswordContent Setter 淘口令

type AlibabaBaichuanTaopasswordQueryAPIResponse

type AlibabaBaichuanTaopasswordQueryAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanTaopasswordQueryAPIResponseModel
}

AlibabaBaichuanTaopasswordQueryAPIResponse 查询解析淘口令 API返回值 alibaba.baichuan.taopassword.query

查询,解析淘口令

type AlibabaBaichuanTaopasswordQueryAPIResponseModel

type AlibabaBaichuanTaopasswordQueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_baichuan_taopassword_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *BcTaoPasswordResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaBaichuanTaopasswordQueryAPIResponseModel is 查询解析淘口令 成功返回结果

type AsoActivateDeviceResult

type AsoActivateDeviceResult struct {
	// errorDetail
	ErrorDetail string `json:"error_detail,omitempty" xml:"error_detail,omitempty"`
	// errorCode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AsoActivateDeviceResult 结构体

type AsoDeviceCheckResult

type AsoDeviceCheckResult struct {
	// imei
	Imei string `json:"imei,omitempty" xml:"imei,omitempty"`
	// imsi
	Imsi string `json:"imsi,omitempty" xml:"imsi,omitempty"`
	// idfa
	Idfa string `json:"idfa,omitempty" xml:"idfa,omitempty"`
	// isNewDevice
	IsNewDevice bool `json:"is_new_device,omitempty" xml:"is_new_device,omitempty"`
	// isMyChannal
	IsMyChannal bool `json:"is_my_channal,omitempty" xml:"is_my_channal,omitempty"`
}

AsoDeviceCheckResult 结构体

type AsoDeviceInfoDo

type AsoDeviceInfoDo struct {
	// imei
	Imei string `json:"imei,omitempty" xml:"imei,omitempty"`
	// imsi
	Imsi string `json:"imsi,omitempty" xml:"imsi,omitempty"`
	// idfa
	Idfa string `json:"idfa,omitempty" xml:"idfa,omitempty"`
}

AsoDeviceInfoDo 结构体

type AsoQueryDeviceResult

type AsoQueryDeviceResult struct {
	// result
	Results []AsoDeviceCheckResult `json:"results,omitempty" xml:"results>aso_device_check_result,omitempty"`
	// errorDetail
	ErrorDetail string `json:"error_detail,omitempty" xml:"error_detail,omitempty"`
	// errorCode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AsoQueryDeviceResult 结构体

type BcTaoPasswordResult

type BcTaoPasswordResult struct {
	// 淘口令-文案
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 淘口令-宝贝
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 如果是宝贝,则为宝贝价格
	Price string `json:"price,omitempty" xml:"price,omitempty"`
	// 图片url
	PicUrl string `json:"pic_url,omitempty" xml:"pic_url,omitempty"`
	// 查询结果code
	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// 查询结果code
	ResultMessage string `json:"result_message,omitempty" xml:"result_message,omitempty"`
	// 跳转url(长链)
	Url string `json:"url,omitempty" xml:"url,omitempty"`
	// nativeUrl
	NativeUrl string `json:"native_url,omitempty" xml:"native_url,omitempty"`
	// thumbPicUrl
	ThumbPicUrl string `json:"thumb_pic_url,omitempty" xml:"thumb_pic_url,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

BcTaoPasswordResult 结构体

type Condition

type Condition struct {
	// 开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 删除个数,必填,若超过最大值报错
	Limit int64 `json:"limit,omitempty" xml:"limit,omitempty"`
	// 对于删除,该字段无效
	StartId int64 `json:"start_id,omitempty" xml:"start_id,omitempty"`
	// 商品状态
	ItemStatus int64 `json:"item_status,omitempty" xml:"item_status,omitempty"`
}

Condition 结构体

type CtgResponse

type CtgResponse struct {
	// errorMessage
	ErrorMessage string `json:"error_message,omitempty" xml:"error_message,omitempty"`
	// errorCode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

CtgResponse 结构体

type ErrorCode

type ErrorCode struct {
	// 详细错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 错误码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
}

ErrorCode 结构体

type IsvItemSubDo

type IsvItemSubDo struct {
	// 添加时间
	AddTime string `json:"add_time,omitempty" xml:"add_time,omitempty"`
	// 商品状态
	ItemStatus *model.File `json:"item_status,omitempty" xml:"item_status,omitempty"`
	// 商品id
	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`
	// 数据库索引id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

IsvItemSubDo 结构体

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 PasswordRuleResultDto

type PasswordRuleResultDto struct {
	// miaoPasswordRegular
	MiaoPasswordRegulars []string `json:"miao_password_regulars,omitempty" xml:"miao_password_regulars>string,omitempty"`
	// passwordRegular
	PasswordRegulars []string `json:"password_regulars,omitempty" xml:"password_regulars>string,omitempty"`
	// level
	Level string `json:"level,omitempty" xml:"level,omitempty"`
}

PasswordRuleResultDto 结构体

type ResultCode

type ResultCode struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// code
	Code string `json:"code,omitempty" xml:"code,omitempty"`
}

ResultCode 结构体

type ResultData

type ResultData struct {
	// 商品id列表
	ItemList []int64 `json:"item_list,omitempty" xml:"item_list>int64,omitempty"`
	// 具体内容
	DataList []int64 `json:"data_list,omitempty" xml:"data_list>int64,omitempty"`
	// 商品数量
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
}

ResultData 结构体

type ResultMeta

type ResultMeta struct {
	// 返回码对应的文案
	Msg string `json:"msg,omitempty" xml:"msg,omitempty"`
	// 返回码
	Code int64 `json:"code,omitempty" xml:"code,omitempty"`
	// 返回的详细内容
	Data *ResultData `json:"data,omitempty" xml:"data,omitempty"`
}

ResultMeta 结构体

type RichClientInfo

type RichClientInfo struct {
}

RichClientInfo 结构体

type ShareResult

type ShareResult struct {
	// model
	Model *PasswordRuleResultDto `json:"model,omitempty" xml:"model,omitempty"`
	// resultCode
	ResultCode *ResultCode `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// totalNumber
	TotalNumber int64 `json:"total_number,omitempty" xml:"total_number,omitempty"`
	// isSuccess
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

ShareResult 结构体

type TaobaoBaichuanItemSubscribeAPIRequest

type TaobaoBaichuanItemSubscribeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanItemSubscribeAPIRequest 单个商品订阅 API请求 taobao.baichuan.item.subscribe

百川单个商品订阅

func NewTaobaoBaichuanItemSubscribeRequest

func NewTaobaoBaichuanItemSubscribeRequest() *TaobaoBaichuanItemSubscribeAPIRequest

NewTaobaoBaichuanItemSubscribeRequest 初始化TaobaoBaichuanItemSubscribeAPIRequest对象

func (TaobaoBaichuanItemSubscribeAPIRequest) GetApiMethodName

func (r TaobaoBaichuanItemSubscribeAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemSubscribeAPIRequest) GetApiParams

func (r TaobaoBaichuanItemSubscribeAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemSubscribeAPIRequest) GetItemId

GetItemId ItemId Getter

func (TaobaoBaichuanItemSubscribeAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanItemSubscribeAPIRequest) SetItemId

func (r *TaobaoBaichuanItemSubscribeAPIRequest) SetItemId(_itemId int64) error

SetItemId is ItemId Setter 商品id

type TaobaoBaichuanItemSubscribeAPIResponse

type TaobaoBaichuanItemSubscribeAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemSubscribeAPIResponseModel
}

TaobaoBaichuanItemSubscribeAPIResponse 单个商品订阅 API返回值 taobao.baichuan.item.subscribe

百川单个商品订阅

type TaobaoBaichuanItemSubscribeAPIResponseModel

type TaobaoBaichuanItemSubscribeAPIResponseModel struct {
	XMLName xml.Name `xml:"baichuan_item_subscribe_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *TaobaoBaichuanItemSubscribeResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoBaichuanItemSubscribeAPIResponseModel is 单个商品订阅 成功返回结果

type TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest

type TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest struct {
	model.Params
}

TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest 查询当天可添加的余量 API请求 taobao.baichuan.item.subscribe.daily.left.query

查询当天可添加的余量

func NewTaobaoBaichuanItemSubscribeDailyLeftQueryRequest

func NewTaobaoBaichuanItemSubscribeDailyLeftQueryRequest() *TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest

NewTaobaoBaichuanItemSubscribeDailyLeftQueryRequest 初始化TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest对象

func (TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

type TaobaoBaichuanItemSubscribeDailyLeftQueryAPIResponse

type TaobaoBaichuanItemSubscribeDailyLeftQueryAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemSubscribeDailyLeftQueryAPIResponseModel
}

TaobaoBaichuanItemSubscribeDailyLeftQueryAPIResponse 查询当天可添加的余量 API返回值 taobao.baichuan.item.subscribe.daily.left.query

查询当天可添加的余量

type TaobaoBaichuanItemSubscribeDailyLeftQueryAPIResponseModel

type TaobaoBaichuanItemSubscribeDailyLeftQueryAPIResponseModel struct {
	XMLName xml.Name `xml:"baichuan_item_subscribe_daily_left_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *TaobaoBaichuanItemSubscribeDailyLeftQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoBaichuanItemSubscribeDailyLeftQueryAPIResponseModel is 查询当天可添加的余量 成功返回结果

type TaobaoBaichuanItemSubscribeDailyLeftQueryResult

type TaobaoBaichuanItemSubscribeDailyLeftQueryResult struct {
	// 返回
	ResultList []ResultMeta `json:"result_list,omitempty" xml:"result_list>result_meta,omitempty"`
}

TaobaoBaichuanItemSubscribeDailyLeftQueryResult 结构体

type TaobaoBaichuanItemSubscribeRelationQueryAPIRequest

type TaobaoBaichuanItemSubscribeRelationQueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanItemSubscribeRelationQueryAPIRequest 查询单个订阅关系 API请求 taobao.baichuan.item.subscribe.relation.query

查询单个订阅关系

func NewTaobaoBaichuanItemSubscribeRelationQueryRequest

func NewTaobaoBaichuanItemSubscribeRelationQueryRequest() *TaobaoBaichuanItemSubscribeRelationQueryAPIRequest

NewTaobaoBaichuanItemSubscribeRelationQueryRequest 初始化TaobaoBaichuanItemSubscribeRelationQueryAPIRequest对象

func (TaobaoBaichuanItemSubscribeRelationQueryAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemSubscribeRelationQueryAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemSubscribeRelationQueryAPIRequest) GetItemId

GetItemId ItemId Getter

func (TaobaoBaichuanItemSubscribeRelationQueryAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanItemSubscribeRelationQueryAPIRequest) SetItemId

SetItemId is ItemId Setter 商品Id

type TaobaoBaichuanItemSubscribeRelationQueryAPIResponse

type TaobaoBaichuanItemSubscribeRelationQueryAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemSubscribeRelationQueryAPIResponseModel
}

TaobaoBaichuanItemSubscribeRelationQueryAPIResponse 查询单个订阅关系 API返回值 taobao.baichuan.item.subscribe.relation.query

查询单个订阅关系

type TaobaoBaichuanItemSubscribeRelationQueryAPIResponseModel

type TaobaoBaichuanItemSubscribeRelationQueryAPIResponseModel struct {
	XMLName xml.Name `xml:"baichuan_item_subscribe_relation_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *TaobaoBaichuanItemSubscribeRelationQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoBaichuanItemSubscribeRelationQueryAPIResponseModel is 查询单个订阅关系 成功返回结果

type TaobaoBaichuanItemSubscribeRelationQueryResult

type TaobaoBaichuanItemSubscribeRelationQueryResult struct {
	// 返回的list
	ResultList []ResultMeta `json:"result_list,omitempty" xml:"result_list>result_meta,omitempty"`
}

TaobaoBaichuanItemSubscribeRelationQueryResult 结构体

type TaobaoBaichuanItemSubscribeResult

type TaobaoBaichuanItemSubscribeResult struct {
	// 返回的列表
	ResultList []ResultMeta `json:"result_list,omitempty" xml:"result_list>result_meta,omitempty"`
}

TaobaoBaichuanItemSubscribeResult 结构体

type TaobaoBaichuanItemsSubscribeAPIRequest

type TaobaoBaichuanItemsSubscribeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanItemsSubscribeAPIRequest 百川批量商品订阅 API请求 taobao.baichuan.items.subscribe

百川批量添加订阅的商品

func NewTaobaoBaichuanItemsSubscribeRequest

func NewTaobaoBaichuanItemsSubscribeRequest() *TaobaoBaichuanItemsSubscribeAPIRequest

NewTaobaoBaichuanItemsSubscribeRequest 初始化TaobaoBaichuanItemsSubscribeAPIRequest对象

func (TaobaoBaichuanItemsSubscribeAPIRequest) GetApiMethodName

func (r TaobaoBaichuanItemsSubscribeAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemsSubscribeAPIRequest) GetApiParams

func (r TaobaoBaichuanItemsSubscribeAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemsSubscribeAPIRequest) GetItemIds

GetItemIds ItemIds Getter

func (TaobaoBaichuanItemsSubscribeAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanItemsSubscribeAPIRequest) SetItemIds

func (r *TaobaoBaichuanItemsSubscribeAPIRequest) SetItemIds(_itemIds []string) error

SetItemIds is ItemIds Setter 订阅的商品id列表

type TaobaoBaichuanItemsSubscribeAPIResponse

type TaobaoBaichuanItemsSubscribeAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemsSubscribeAPIResponseModel
}

TaobaoBaichuanItemsSubscribeAPIResponse 百川批量商品订阅 API返回值 taobao.baichuan.items.subscribe

百川批量添加订阅的商品

type TaobaoBaichuanItemsSubscribeAPIResponseModel

type TaobaoBaichuanItemsSubscribeAPIResponseModel struct {
	XMLName xml.Name `xml:"baichuan_items_subscribe_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *TaobaoBaichuanItemsSubscribeResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoBaichuanItemsSubscribeAPIResponseModel is 百川批量商品订阅 成功返回结果

type TaobaoBaichuanItemsSubscribeResult

type TaobaoBaichuanItemsSubscribeResult struct {
	// 按不同的返回码将结果分部分返回
	ResultList []ResultMeta `json:"result_list,omitempty" xml:"result_list>result_meta,omitempty"`
}

TaobaoBaichuanItemsSubscribeResult 结构体

type TaobaoBaichuanItemsUnsubscribeAPIRequest

type TaobaoBaichuanItemsUnsubscribeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanItemsUnsubscribeAPIRequest 批量删除商品订阅 API请求 taobao.baichuan.items.unsubscribe

批量删除商品订阅

func NewTaobaoBaichuanItemsUnsubscribeRequest

func NewTaobaoBaichuanItemsUnsubscribeRequest() *TaobaoBaichuanItemsUnsubscribeAPIRequest

NewTaobaoBaichuanItemsUnsubscribeRequest 初始化TaobaoBaichuanItemsUnsubscribeAPIRequest对象

func (TaobaoBaichuanItemsUnsubscribeAPIRequest) GetApiMethodName

func (r TaobaoBaichuanItemsUnsubscribeAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemsUnsubscribeAPIRequest) GetApiParams

func (r TaobaoBaichuanItemsUnsubscribeAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemsUnsubscribeAPIRequest) GetItemIds

GetItemIds ItemIds Getter

func (TaobaoBaichuanItemsUnsubscribeAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanItemsUnsubscribeAPIRequest) SetItemIds

func (r *TaobaoBaichuanItemsUnsubscribeAPIRequest) SetItemIds(_itemIds []string) error

SetItemIds is ItemIds Setter 删除的商品id

type TaobaoBaichuanItemsUnsubscribeAPIResponse

type TaobaoBaichuanItemsUnsubscribeAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemsUnsubscribeAPIResponseModel
}

TaobaoBaichuanItemsUnsubscribeAPIResponse 批量删除商品订阅 API返回值 taobao.baichuan.items.unsubscribe

批量删除商品订阅

type TaobaoBaichuanItemsUnsubscribeAPIResponseModel

type TaobaoBaichuanItemsUnsubscribeAPIResponseModel struct {
	XMLName xml.Name `xml:"baichuan_items_unsubscribe_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *TaobaoBaichuanItemsUnsubscribeResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoBaichuanItemsUnsubscribeAPIResponseModel is 批量删除商品订阅 成功返回结果

type TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest

type TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest 根据条件删除订阅关系 API请求 taobao.baichuan.items.unsubscribe.by.condition

根据条件删除订阅关系

func NewTaobaoBaichuanItemsUnsubscribeByConditionRequest

func NewTaobaoBaichuanItemsUnsubscribeByConditionRequest() *TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest

NewTaobaoBaichuanItemsUnsubscribeByConditionRequest 初始化TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest对象

func (TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest) GetCondition

GetCondition Condition Getter

func (TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest) SetCondition

SetCondition is Condition Setter 删除条件

type TaobaoBaichuanItemsUnsubscribeByConditionAPIResponse

type TaobaoBaichuanItemsUnsubscribeByConditionAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemsUnsubscribeByConditionAPIResponseModel
}

TaobaoBaichuanItemsUnsubscribeByConditionAPIResponse 根据条件删除订阅关系 API返回值 taobao.baichuan.items.unsubscribe.by.condition

根据条件删除订阅关系

type TaobaoBaichuanItemsUnsubscribeByConditionAPIResponseModel

type TaobaoBaichuanItemsUnsubscribeByConditionAPIResponseModel struct {
	XMLName xml.Name `xml:"baichuan_items_unsubscribe_by_condition_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *TaobaoBaichuanItemsUnsubscribeByConditionResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoBaichuanItemsUnsubscribeByConditionAPIResponseModel is 根据条件删除订阅关系 成功返回结果

type TaobaoBaichuanItemsUnsubscribeByConditionResult

type TaobaoBaichuanItemsUnsubscribeByConditionResult struct {
	// 分返回码返回结果
	ResultList []ResultMeta `json:"result_list,omitempty" xml:"result_list>result_meta,omitempty"`
}

TaobaoBaichuanItemsUnsubscribeByConditionResult 结构体

type TaobaoBaichuanItemsUnsubscribeResult

type TaobaoBaichuanItemsUnsubscribeResult struct {
	// 返回按resultCode分为多个返回部分
	ResultList []ResultMeta `json:"result_list,omitempty" xml:"result_list>result_meta,omitempty"`
}

TaobaoBaichuanItemsUnsubscribeResult 结构体

type TaobaoBaichuanOpenaccountLoginAPIRequest

type TaobaoBaichuanOpenaccountLoginAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanOpenaccountLoginAPIRequest 百川用户名密码登录 API请求 taobao.baichuan.openaccount.login

百川用户名密码登录

func NewTaobaoBaichuanOpenaccountLoginRequest

func NewTaobaoBaichuanOpenaccountLoginRequest() *TaobaoBaichuanOpenaccountLoginAPIRequest

NewTaobaoBaichuanOpenaccountLoginRequest 初始化TaobaoBaichuanOpenaccountLoginAPIRequest对象

func (TaobaoBaichuanOpenaccountLoginAPIRequest) GetApiMethodName

func (r TaobaoBaichuanOpenaccountLoginAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountLoginAPIRequest) GetApiParams

func (r TaobaoBaichuanOpenaccountLoginAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountLoginAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanOpenaccountLoginAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanOpenaccountLoginAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanOpenaccountLoginAPIResponse

type TaobaoBaichuanOpenaccountLoginAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountLoginAPIResponseModel
}

TaobaoBaichuanOpenaccountLoginAPIResponse 百川用户名密码登录 API返回值 taobao.baichuan.openaccount.login

百川用户名密码登录

type TaobaoBaichuanOpenaccountLoginAPIResponseModel

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

TaobaoBaichuanOpenaccountLoginAPIResponseModel is 百川用户名密码登录 成功返回结果

type TaobaoBaichuanOpenaccountLoginbytokenAPIRequest

type TaobaoBaichuanOpenaccountLoginbytokenAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanOpenaccountLoginbytokenAPIRequest 百川TOKEN 登录 API请求 taobao.baichuan.openaccount.loginbytoken

百川TOKEN 登录

func NewTaobaoBaichuanOpenaccountLoginbytokenRequest

func NewTaobaoBaichuanOpenaccountLoginbytokenRequest() *TaobaoBaichuanOpenaccountLoginbytokenAPIRequest

NewTaobaoBaichuanOpenaccountLoginbytokenRequest 初始化TaobaoBaichuanOpenaccountLoginbytokenAPIRequest对象

func (TaobaoBaichuanOpenaccountLoginbytokenAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountLoginbytokenAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountLoginbytokenAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanOpenaccountLoginbytokenAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanOpenaccountLoginbytokenAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanOpenaccountLoginbytokenAPIResponse

type TaobaoBaichuanOpenaccountLoginbytokenAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountLoginbytokenAPIResponseModel
}

TaobaoBaichuanOpenaccountLoginbytokenAPIResponse 百川TOKEN 登录 API返回值 taobao.baichuan.openaccount.loginbytoken

百川TOKEN 登录

type TaobaoBaichuanOpenaccountLoginbytokenAPIResponseModel

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

TaobaoBaichuanOpenaccountLoginbytokenAPIResponseModel is 百川TOKEN 登录 成功返回结果

type TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest

type TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest 百川登录二次验证 API请求 taobao.baichuan.openaccount.logindoublecheck

百川登录二次验证

func NewTaobaoBaichuanOpenaccountLogindoublecheckRequest

func NewTaobaoBaichuanOpenaccountLogindoublecheckRequest() *TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest

NewTaobaoBaichuanOpenaccountLogindoublecheckRequest 初始化TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest对象

func (TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanOpenaccountLogindoublecheckAPIResponse

type TaobaoBaichuanOpenaccountLogindoublecheckAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountLogindoublecheckAPIResponseModel
}

TaobaoBaichuanOpenaccountLogindoublecheckAPIResponse 百川登录二次验证 API返回值 taobao.baichuan.openaccount.logindoublecheck

百川登录二次验证

type TaobaoBaichuanOpenaccountLogindoublecheckAPIResponseModel

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

TaobaoBaichuanOpenaccountLogindoublecheckAPIResponseModel is 百川登录二次验证 成功返回结果

type TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest

type TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest 百川新登录二次验证 API请求 taobao.baichuan.openaccount.newlogindoublecheck

百川新登录二次验证

func NewTaobaoBaichuanOpenaccountNewlogindoublecheckRequest

func NewTaobaoBaichuanOpenaccountNewlogindoublecheckRequest() *TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest

NewTaobaoBaichuanOpenaccountNewlogindoublecheckRequest 初始化TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest对象

func (TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanOpenaccountNewlogindoublecheckAPIResponse

type TaobaoBaichuanOpenaccountNewlogindoublecheckAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountNewlogindoublecheckAPIResponseModel
}

TaobaoBaichuanOpenaccountNewlogindoublecheckAPIResponse 百川新登录二次验证 API返回值 taobao.baichuan.openaccount.newlogindoublecheck

百川新登录二次验证

type TaobaoBaichuanOpenaccountNewlogindoublecheckAPIResponseModel

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

TaobaoBaichuanOpenaccountNewlogindoublecheckAPIResponseModel is 百川新登录二次验证 成功返回结果

type TaobaoBaichuanOpenaccountPasswordResetAPIRequest

type TaobaoBaichuanOpenaccountPasswordResetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanOpenaccountPasswordResetAPIRequest 百川找回密码 API请求 taobao.baichuan.openaccount.password.reset

百川找回密码

func NewTaobaoBaichuanOpenaccountPasswordResetRequest

func NewTaobaoBaichuanOpenaccountPasswordResetRequest() *TaobaoBaichuanOpenaccountPasswordResetAPIRequest

NewTaobaoBaichuanOpenaccountPasswordResetRequest 初始化TaobaoBaichuanOpenaccountPasswordResetAPIRequest对象

func (TaobaoBaichuanOpenaccountPasswordResetAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountPasswordResetAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountPasswordResetAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanOpenaccountPasswordResetAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanOpenaccountPasswordResetAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanOpenaccountPasswordResetAPIResponse

type TaobaoBaichuanOpenaccountPasswordResetAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountPasswordResetAPIResponseModel
}

TaobaoBaichuanOpenaccountPasswordResetAPIResponse 百川找回密码 API返回值 taobao.baichuan.openaccount.password.reset

百川找回密码

type TaobaoBaichuanOpenaccountPasswordResetAPIResponseModel

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

TaobaoBaichuanOpenaccountPasswordResetAPIResponseModel is 百川找回密码 成功返回结果

type TaobaoBaichuanOpenaccountRegisterAPIRequest

type TaobaoBaichuanOpenaccountRegisterAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanOpenaccountRegisterAPIRequest 百川账号注册 API请求 taobao.baichuan.openaccount.register

百川账号注册

func NewTaobaoBaichuanOpenaccountRegisterRequest

func NewTaobaoBaichuanOpenaccountRegisterRequest() *TaobaoBaichuanOpenaccountRegisterAPIRequest

NewTaobaoBaichuanOpenaccountRegisterRequest 初始化TaobaoBaichuanOpenaccountRegisterAPIRequest对象

func (TaobaoBaichuanOpenaccountRegisterAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountRegisterAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountRegisterAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanOpenaccountRegisterAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanOpenaccountRegisterAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanOpenaccountRegisterAPIResponse

type TaobaoBaichuanOpenaccountRegisterAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountRegisterAPIResponseModel
}

TaobaoBaichuanOpenaccountRegisterAPIResponse 百川账号注册 API返回值 taobao.baichuan.openaccount.register

百川账号注册

type TaobaoBaichuanOpenaccountRegisterAPIResponseModel

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

TaobaoBaichuanOpenaccountRegisterAPIResponseModel is 百川账号注册 成功返回结果

type TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest

type TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest 百川检查注册验证码 API请求 taobao.baichuan.openaccount.registercode.check

百川检查注册验证码

func NewTaobaoBaichuanOpenaccountRegistercodeCheckRequest

func NewTaobaoBaichuanOpenaccountRegistercodeCheckRequest() *TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest

NewTaobaoBaichuanOpenaccountRegistercodeCheckRequest 初始化TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest对象

func (TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanOpenaccountRegistercodeCheckAPIResponse

type TaobaoBaichuanOpenaccountRegistercodeCheckAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountRegistercodeCheckAPIResponseModel
}

TaobaoBaichuanOpenaccountRegistercodeCheckAPIResponse 百川检查注册验证码 API返回值 taobao.baichuan.openaccount.registercode.check

百川检查注册验证码

type TaobaoBaichuanOpenaccountRegistercodeCheckAPIResponseModel

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

TaobaoBaichuanOpenaccountRegistercodeCheckAPIResponseModel is 百川检查注册验证码 成功返回结果

type TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest

type TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest 百川发送注册验证码 API请求 taobao.baichuan.openaccount.registercode.send

百川发送注册验证码

func NewTaobaoBaichuanOpenaccountRegistercodeSendRequest

func NewTaobaoBaichuanOpenaccountRegistercodeSendRequest() *TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest

NewTaobaoBaichuanOpenaccountRegistercodeSendRequest 初始化TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest对象

func (TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanOpenaccountRegistercodeSendAPIResponse

type TaobaoBaichuanOpenaccountRegistercodeSendAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountRegistercodeSendAPIResponseModel
}

TaobaoBaichuanOpenaccountRegistercodeSendAPIResponse 百川发送注册验证码 API返回值 taobao.baichuan.openaccount.registercode.send

百川发送注册验证码

type TaobaoBaichuanOpenaccountRegistercodeSendAPIResponseModel

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

TaobaoBaichuanOpenaccountRegistercodeSendAPIResponseModel is 百川发送注册验证码 成功返回结果

type TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest

type TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest 百川验证找回密码验证码 API请求 taobao.baichuan.openaccount.resetcode.check

百川验证找回密码验证码

func NewTaobaoBaichuanOpenaccountResetcodeCheckRequest

func NewTaobaoBaichuanOpenaccountResetcodeCheckRequest() *TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest

NewTaobaoBaichuanOpenaccountResetcodeCheckRequest 初始化TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest对象

func (TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanOpenaccountResetcodeCheckAPIResponse

type TaobaoBaichuanOpenaccountResetcodeCheckAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountResetcodeCheckAPIResponseModel
}

TaobaoBaichuanOpenaccountResetcodeCheckAPIResponse 百川验证找回密码验证码 API返回值 taobao.baichuan.openaccount.resetcode.check

百川验证找回密码验证码

type TaobaoBaichuanOpenaccountResetcodeCheckAPIResponseModel

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

TaobaoBaichuanOpenaccountResetcodeCheckAPIResponseModel is 百川验证找回密码验证码 成功返回结果

type TaobaoBaichuanOpenaccountResetcodeSendAPIRequest

type TaobaoBaichuanOpenaccountResetcodeSendAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanOpenaccountResetcodeSendAPIRequest 百川发送找回密码验证码 API请求 taobao.baichuan.openaccount.resetcode.send

百川发送找回密码验证码

func NewTaobaoBaichuanOpenaccountResetcodeSendRequest

func NewTaobaoBaichuanOpenaccountResetcodeSendRequest() *TaobaoBaichuanOpenaccountResetcodeSendAPIRequest

NewTaobaoBaichuanOpenaccountResetcodeSendRequest 初始化TaobaoBaichuanOpenaccountResetcodeSendAPIRequest对象

func (TaobaoBaichuanOpenaccountResetcodeSendAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountResetcodeSendAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountResetcodeSendAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanOpenaccountResetcodeSendAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanOpenaccountResetcodeSendAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanOpenaccountResetcodeSendAPIResponse

type TaobaoBaichuanOpenaccountResetcodeSendAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountResetcodeSendAPIResponseModel
}

TaobaoBaichuanOpenaccountResetcodeSendAPIResponse 百川发送找回密码验证码 API返回值 taobao.baichuan.openaccount.resetcode.send

百川发送找回密码验证码

type TaobaoBaichuanOpenaccountResetcodeSendAPIResponseModel

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

TaobaoBaichuanOpenaccountResetcodeSendAPIResponseModel is 百川发送找回密码验证码 成功返回结果

type TaobaoBaichuanOrderurlGetAPIRequest

type TaobaoBaichuanOrderurlGetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanOrderurlGetAPIRequest 百川订单详情 API请求 taobao.baichuan.orderurl.get

百川订单详情

func NewTaobaoBaichuanOrderurlGetRequest

func NewTaobaoBaichuanOrderurlGetRequest() *TaobaoBaichuanOrderurlGetAPIRequest

NewTaobaoBaichuanOrderurlGetRequest 初始化TaobaoBaichuanOrderurlGetAPIRequest对象

func (TaobaoBaichuanOrderurlGetAPIRequest) GetApiMethodName

func (r TaobaoBaichuanOrderurlGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOrderurlGetAPIRequest) GetApiParams

func (r TaobaoBaichuanOrderurlGetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOrderurlGetAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanOrderurlGetAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanOrderurlGetAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanOrderurlGetAPIResponse

type TaobaoBaichuanOrderurlGetAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOrderurlGetAPIResponseModel
}

TaobaoBaichuanOrderurlGetAPIResponse 百川订单详情 API返回值 taobao.baichuan.orderurl.get

百川订单详情

type TaobaoBaichuanOrderurlGetAPIResponseModel

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

TaobaoBaichuanOrderurlGetAPIResponseModel is 百川订单详情 成功返回结果

type TaobaoBaichuanPayresultQueryAPIRequest

type TaobaoBaichuanPayresultQueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanPayresultQueryAPIRequest 百川支付完成回调 API请求 taobao.baichuan.payresult.query

百川支付完成回调

func NewTaobaoBaichuanPayresultQueryRequest

func NewTaobaoBaichuanPayresultQueryRequest() *TaobaoBaichuanPayresultQueryAPIRequest

NewTaobaoBaichuanPayresultQueryRequest 初始化TaobaoBaichuanPayresultQueryAPIRequest对象

func (TaobaoBaichuanPayresultQueryAPIRequest) GetApiMethodName

func (r TaobaoBaichuanPayresultQueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanPayresultQueryAPIRequest) GetApiParams

func (r TaobaoBaichuanPayresultQueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanPayresultQueryAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanPayresultQueryAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanPayresultQueryAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanPayresultQueryAPIResponse

type TaobaoBaichuanPayresultQueryAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanPayresultQueryAPIResponseModel
}

TaobaoBaichuanPayresultQueryAPIResponse 百川支付完成回调 API返回值 taobao.baichuan.payresult.query

百川支付完成回调

type TaobaoBaichuanPayresultQueryAPIResponseModel

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

TaobaoBaichuanPayresultQueryAPIResponseModel is 百川支付完成回调 成功返回结果

type TaobaoBaichuanTaokeTraceAPIRequest

type TaobaoBaichuanTaokeTraceAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanTaokeTraceAPIRequest 百川淘客打点 API请求 taobao.baichuan.taoke.trace

百川淘客打点

func NewTaobaoBaichuanTaokeTraceRequest

func NewTaobaoBaichuanTaokeTraceRequest() *TaobaoBaichuanTaokeTraceAPIRequest

NewTaobaoBaichuanTaokeTraceRequest 初始化TaobaoBaichuanTaokeTraceAPIRequest对象

func (TaobaoBaichuanTaokeTraceAPIRequest) GetApiMethodName

func (r TaobaoBaichuanTaokeTraceAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanTaokeTraceAPIRequest) GetApiParams

func (r TaobaoBaichuanTaokeTraceAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanTaokeTraceAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanTaokeTraceAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanTaokeTraceAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanTaokeTraceAPIResponse

type TaobaoBaichuanTaokeTraceAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanTaokeTraceAPIResponseModel
}

TaobaoBaichuanTaokeTraceAPIResponse 百川淘客打点 API返回值 taobao.baichuan.taoke.trace

百川淘客打点

type TaobaoBaichuanTaokeTraceAPIResponseModel

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

TaobaoBaichuanTaokeTraceAPIResponseModel is 百川淘客打点 成功返回结果

type TaobaoBaichuanUserLoginAPIRequest

type TaobaoBaichuanUserLoginAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanUserLoginAPIRequest 百川H5登录 API请求 taobao.baichuan.user.login

百川H5登录

func NewTaobaoBaichuanUserLoginRequest

func NewTaobaoBaichuanUserLoginRequest() *TaobaoBaichuanUserLoginAPIRequest

NewTaobaoBaichuanUserLoginRequest 初始化TaobaoBaichuanUserLoginAPIRequest对象

func (TaobaoBaichuanUserLoginAPIRequest) GetApiMethodName

func (r TaobaoBaichuanUserLoginAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanUserLoginAPIRequest) GetApiParams

func (r TaobaoBaichuanUserLoginAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanUserLoginAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanUserLoginAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanUserLoginAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanUserLoginAPIResponse

type TaobaoBaichuanUserLoginAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanUserLoginAPIResponseModel
}

TaobaoBaichuanUserLoginAPIResponse 百川H5登录 API返回值 taobao.baichuan.user.login

百川H5登录

type TaobaoBaichuanUserLoginAPIResponseModel

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

TaobaoBaichuanUserLoginAPIResponseModel is 百川H5登录 成功返回结果

type TaobaoBaichuanUserLoginbytokenAPIRequest

type TaobaoBaichuanUserLoginbytokenAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanUserLoginbytokenAPIRequest 百川手淘信任登录 API请求 taobao.baichuan.user.loginbytoken

百川手淘信任登录

func NewTaobaoBaichuanUserLoginbytokenRequest

func NewTaobaoBaichuanUserLoginbytokenRequest() *TaobaoBaichuanUserLoginbytokenAPIRequest

NewTaobaoBaichuanUserLoginbytokenRequest 初始化TaobaoBaichuanUserLoginbytokenAPIRequest对象

func (TaobaoBaichuanUserLoginbytokenAPIRequest) GetApiMethodName

func (r TaobaoBaichuanUserLoginbytokenAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanUserLoginbytokenAPIRequest) GetApiParams

func (r TaobaoBaichuanUserLoginbytokenAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanUserLoginbytokenAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanUserLoginbytokenAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanUserLoginbytokenAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanUserLoginbytokenAPIResponse

type TaobaoBaichuanUserLoginbytokenAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanUserLoginbytokenAPIResponseModel
}

TaobaoBaichuanUserLoginbytokenAPIResponse 百川手淘信任登录 API返回值 taobao.baichuan.user.loginbytoken

百川手淘信任登录

type TaobaoBaichuanUserLoginbytokenAPIResponseModel

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

TaobaoBaichuanUserLoginbytokenAPIResponseModel is 百川手淘信任登录 成功返回结果

type TaobaoBaichuanUserLogindoublecheckAPIRequest

type TaobaoBaichuanUserLogindoublecheckAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoBaichuanUserLogindoublecheckAPIRequest 百川H5登录二次验证 API请求 taobao.baichuan.user.logindoublecheck

百川H5登录二次验证

func NewTaobaoBaichuanUserLogindoublecheckRequest

func NewTaobaoBaichuanUserLogindoublecheckRequest() *TaobaoBaichuanUserLogindoublecheckAPIRequest

NewTaobaoBaichuanUserLogindoublecheckRequest 初始化TaobaoBaichuanUserLogindoublecheckAPIRequest对象

func (TaobaoBaichuanUserLogindoublecheckAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoBaichuanUserLogindoublecheckAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoBaichuanUserLogindoublecheckAPIRequest) GetName

GetName Name Getter

func (TaobaoBaichuanUserLogindoublecheckAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoBaichuanUserLogindoublecheckAPIRequest) SetName

SetName is Name Setter name

type TaobaoBaichuanUserLogindoublecheckAPIResponse

type TaobaoBaichuanUserLogindoublecheckAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanUserLogindoublecheckAPIResponseModel
}

TaobaoBaichuanUserLogindoublecheckAPIResponse 百川H5登录二次验证 API返回值 taobao.baichuan.user.logindoublecheck

百川H5登录二次验证

type TaobaoBaichuanUserLogindoublecheckAPIResponseModel

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

TaobaoBaichuanUserLogindoublecheckAPIResponseModel is 百川H5登录二次验证 成功返回结果

Source Files

Jump to

Keyboard shortcuts

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