baichuan

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

百川 model

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

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
}

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

设备安装活动激活

func NewAlibabaBaichuanAsoActivateRequest

func NewAlibabaBaichuanAsoActivateRequest() *AlibabaBaichuanAsoActivateAPIRequest

初始化AlibabaBaichuanAsoActivateAPIRequest对象

func (AlibabaBaichuanAsoActivateAPIRequest) GetApiMethodName

func (r AlibabaBaichuanAsoActivateAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaBaichuanAsoActivateAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaBaichuanAsoActivateAPIRequest) GetAppId

AppId Getter

func (AlibabaBaichuanAsoActivateAPIRequest) GetAppOs

AppOs Getter

func (AlibabaBaichuanAsoActivateAPIRequest) GetDeviceInfo

DeviceInfo Getter

func (AlibabaBaichuanAsoActivateAPIRequest) GetSource

Source Getter

func (*AlibabaBaichuanAsoActivateAPIRequest) SetAppId

AppId Setter 1-tmail,2-taobao

func (*AlibabaBaichuanAsoActivateAPIRequest) SetAppOs

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

AppOs Setter 1-android,2-ios

func (*AlibabaBaichuanAsoActivateAPIRequest) SetDeviceInfo

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

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

func (*AlibabaBaichuanAsoActivateAPIRequest) SetSource

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

Source Setter 来源

type AlibabaBaichuanAsoActivateAPIResponse

type AlibabaBaichuanAsoActivateAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanAsoActivateAPIResponseModel
}

设备安装活动激活 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"`
}

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

type AlibabaBaichuanAsoQueryAPIRequest

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

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

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

func NewAlibabaBaichuanAsoQueryRequest

func NewAlibabaBaichuanAsoQueryRequest() *AlibabaBaichuanAsoQueryAPIRequest

初始化AlibabaBaichuanAsoQueryAPIRequest对象

func (AlibabaBaichuanAsoQueryAPIRequest) GetApiMethodName

func (r AlibabaBaichuanAsoQueryAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaBaichuanAsoQueryAPIRequest) GetApiParams

func (r AlibabaBaichuanAsoQueryAPIRequest) GetApiParams() url.Values

IRequest interface 方法, 获取API参数

func (AlibabaBaichuanAsoQueryAPIRequest) GetAppId

AppId Getter

func (AlibabaBaichuanAsoQueryAPIRequest) GetAppOs

AppOs Getter

func (AlibabaBaichuanAsoQueryAPIRequest) GetDeviceInfoList

func (r AlibabaBaichuanAsoQueryAPIRequest) GetDeviceInfoList() []AsoDeviceInfoDo

DeviceInfoList Getter

func (*AlibabaBaichuanAsoQueryAPIRequest) SetAppId

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

AppId Setter 1-tmail,2-taobao

func (*AlibabaBaichuanAsoQueryAPIRequest) SetAppOs

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

AppOs Setter 1-android,2-ios

func (*AlibabaBaichuanAsoQueryAPIRequest) SetDeviceInfoList

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

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

type AlibabaBaichuanAsoQueryAPIResponse

type AlibabaBaichuanAsoQueryAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanAsoQueryAPIResponseModel
}

查询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"`
}

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

type AlibabaBaichuanCtgContentGetAPIRequest

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

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

百川内容平台内容获取

func NewAlibabaBaichuanCtgContentGetRequest

func NewAlibabaBaichuanCtgContentGetRequest() *AlibabaBaichuanCtgContentGetAPIRequest

初始化AlibabaBaichuanCtgContentGetAPIRequest对象

func (AlibabaBaichuanCtgContentGetAPIRequest) GetApiMethodName

func (r AlibabaBaichuanCtgContentGetAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaBaichuanCtgContentGetAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaBaichuanCtgContentGetAPIRequest) GetCurrentPage

func (r AlibabaBaichuanCtgContentGetAPIRequest) GetCurrentPage() int64

CurrentPage Getter

func (AlibabaBaichuanCtgContentGetAPIRequest) GetDate

Date Getter

func (AlibabaBaichuanCtgContentGetAPIRequest) GetDeliveryId

DeliveryId Getter

func (AlibabaBaichuanCtgContentGetAPIRequest) GetPageSize

PageSize Getter

func (AlibabaBaichuanCtgContentGetAPIRequest) GetResId

ResId Getter

func (*AlibabaBaichuanCtgContentGetAPIRequest) SetCurrentPage

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

CurrentPage Setter 当前页

func (*AlibabaBaichuanCtgContentGetAPIRequest) SetDate

Date Setter 日期

func (*AlibabaBaichuanCtgContentGetAPIRequest) SetDeliveryId

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

DeliveryId Setter 投放位置

func (*AlibabaBaichuanCtgContentGetAPIRequest) SetPageSize

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

PageSize Setter 分页大小

func (*AlibabaBaichuanCtgContentGetAPIRequest) SetResId

ResId Setter 资源位

type AlibabaBaichuanCtgContentGetAPIResponse

type AlibabaBaichuanCtgContentGetAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanCtgContentGetAPIResponseModel
}

百川内容平台内容获取 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"`
	// errorMessage
	ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"`
	// hasNext
	HasNext bool `json:"has_next,omitempty" xml:"has_next,omitempty"`
	// errorCode
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// data
	DataList []AlibabaBaichuanCtgContentGetData `json:"data_list,omitempty" xml:"data_list>alibaba_baichuan_ctg_content_get_data,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

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

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
}

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

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

func NewAlibabaBaichuanCtgUserRelationRequest

func NewAlibabaBaichuanCtgUserRelationRequest() *AlibabaBaichuanCtgUserRelationAPIRequest

初始化AlibabaBaichuanCtgUserRelationAPIRequest对象

func (AlibabaBaichuanCtgUserRelationAPIRequest) GetApiMethodName

func (r AlibabaBaichuanCtgUserRelationAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaBaichuanCtgUserRelationAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaBaichuanCtgUserRelationAPIRequest) GetApp

App Getter

func (AlibabaBaichuanCtgUserRelationAPIRequest) GetTbUid

TbUid Getter

func (AlibabaBaichuanCtgUserRelationAPIRequest) GetUid

Uid Getter

func (*AlibabaBaichuanCtgUserRelationAPIRequest) SetApp

App Setter 调用的业务方

func (*AlibabaBaichuanCtgUserRelationAPIRequest) SetTbUid

TbUid Setter 淘宝的用户ID

func (*AlibabaBaichuanCtgUserRelationAPIRequest) SetUid

Uid Setter 业务方的用户ID

type AlibabaBaichuanCtgUserRelationAPIResponse

type AlibabaBaichuanCtgUserRelationAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanCtgUserRelationAPIResponseModel
}

用户 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"`
}

用户 成功返回结果

type AlibabaBaichuanCtgUserRelationResult

type AlibabaBaichuanCtgUserRelationResult struct {
	// 返回结果,数值型,1:代表已绑定达人身份,2代表未绑定达人身份
	Module int64 `json:"module,omitempty" xml:"module,omitempty"`
	// 错误信息
	ErrorDetail string `json:"error_detail,omitempty" xml:"error_detail,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
}

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

提供优酷的短视频入淘API

func NewAlibabaBaichuanCtgVideoUploadRequest

func NewAlibabaBaichuanCtgVideoUploadRequest() *AlibabaBaichuanCtgVideoUploadAPIRequest

初始化AlibabaBaichuanCtgVideoUploadAPIRequest对象

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetApiMethodName

func (r AlibabaBaichuanCtgVideoUploadAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetApp

App Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetOwnerName

OwnerName Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetPublishTime

PublishTime Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetSource

Source Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetTbUid

TbUid Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetType

Type Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetUploadTime

UploadTime Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoCategory

func (r AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoCategory() string

VideoCategory Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoId

VideoId Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoInfo

VideoInfo Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoTag

VideoTag Getter

func (AlibabaBaichuanCtgVideoUploadAPIRequest) GetVideoTitle

VideoTitle Getter

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetApp

App Setter app

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetOwnerName

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

OwnerName Setter 作者名称

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetPublishTime

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

PublishTime Setter 发布时间

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetSource

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

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetTbUid

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

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetType

Type Setter type

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetUploadTime

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

UploadTime Setter 上传时间

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoCategory

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

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

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoId

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

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

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoInfo

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

VideoInfo Setter 视频描述

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoTag

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

VideoTag Setter 视频标签

func (*AlibabaBaichuanCtgVideoUploadAPIRequest) SetVideoTitle

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

VideoTitle Setter 视频标题

type AlibabaBaichuanCtgVideoUploadAPIResponse

type AlibabaBaichuanCtgVideoUploadAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanCtgVideoUploadAPIResponseModel
}

提供优酷的短视频入淘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"`
}

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

type AlibabaBaichuanTaopasswordCheckAPIRequest

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

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

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

func NewAlibabaBaichuanTaopasswordCheckRequest

func NewAlibabaBaichuanTaopasswordCheckRequest() *AlibabaBaichuanTaopasswordCheckAPIRequest

初始化AlibabaBaichuanTaopasswordCheckAPIRequest对象

func (AlibabaBaichuanTaopasswordCheckAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaBaichuanTaopasswordCheckAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaBaichuanTaopasswordCheckAPIRequest) GetClientInfo

ClientInfo Getter

func (AlibabaBaichuanTaopasswordCheckAPIRequest) GetParamDto

ParamDto Getter

func (*AlibabaBaichuanTaopasswordCheckAPIRequest) SetClientInfo

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

ClientInfo Setter 系统自动生成

func (*AlibabaBaichuanTaopasswordCheckAPIRequest) SetParamDto

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

ParamDto Setter 参数DTO

type AlibabaBaichuanTaopasswordCheckAPIResponse

type AlibabaBaichuanTaopasswordCheckAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanTaopasswordCheckAPIResponseModel
}

淘口令检查 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"`
}

淘口令检查 成功返回结果

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"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// model
	Model string `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabaBaichuanTaopasswordCheckResult

type AlibabaBaichuanTaopasswordConfigAPIRequest

type AlibabaBaichuanTaopasswordConfigAPIRequest struct {
	model.Params
}

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

百川淘口令规则配置接口

func NewAlibabaBaichuanTaopasswordConfigRequest

func NewAlibabaBaichuanTaopasswordConfigRequest() *AlibabaBaichuanTaopasswordConfigAPIRequest

初始化AlibabaBaichuanTaopasswordConfigAPIRequest对象

func (AlibabaBaichuanTaopasswordConfigAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaBaichuanTaopasswordConfigAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

type AlibabaBaichuanTaopasswordConfigAPIResponse

type AlibabaBaichuanTaopasswordConfigAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanTaopasswordConfigAPIResponseModel
}

淘口令配置数据 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"`
}

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

type AlibabaBaichuanTaopasswordQueryAPIRequest

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

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

查询,解析淘口令

func NewAlibabaBaichuanTaopasswordQueryRequest

func NewAlibabaBaichuanTaopasswordQueryRequest() *AlibabaBaichuanTaopasswordQueryAPIRequest

初始化AlibabaBaichuanTaopasswordQueryAPIRequest对象

func (AlibabaBaichuanTaopasswordQueryAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaBaichuanTaopasswordQueryAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaBaichuanTaopasswordQueryAPIRequest) GetPasswordContent

func (r AlibabaBaichuanTaopasswordQueryAPIRequest) GetPasswordContent() string

PasswordContent Getter

func (*AlibabaBaichuanTaopasswordQueryAPIRequest) SetPasswordContent

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

PasswordContent Setter 淘口令

type AlibabaBaichuanTaopasswordQueryAPIResponse

type AlibabaBaichuanTaopasswordQueryAPIResponse struct {
	model.CommonResponse
	AlibabaBaichuanTaopasswordQueryAPIResponseModel
}

查询解析淘口令 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"`
}

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

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 {
	// isNewDevice
	IsNewDevice bool `json:"is_new_device,omitempty" xml:"is_new_device,omitempty"`
	// 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"`
	// 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"`
	// 图片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"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 跳转url(长链)
	Url string `json:"url,omitempty" xml:"url,omitempty"`
	// 如果是宝贝,则为宝贝价格
	Price string `json:"price,omitempty" xml:"price,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"`
}

BcTaoPasswordResult

type Condition

type Condition struct {
	// 开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 查询个数,有数量限制,超过最大值报错
	Limit int64 `json:"limit,omitempty" xml:"limit,omitempty"`
	// 查询的起始id,如果要连续的分页查询,第n+1页的查询输入是第n页查询结果中最大id+1
	StartId int64 `json:"start_id,omitempty" xml:"start_id,omitempty"`
	// 商品状态
	ItemStatus int64 `json:"item_status,omitempty" xml:"item_status,omitempty"`
	// 结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,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 {
	// 商品状态
	ItemStatus *model.File `json:"item_status,omitempty" xml:"item_status,omitempty"`
	// 商品id
	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`
	// 添加时间
	AddTime string `json:"add_time,omitempty" xml:"add_time,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 {
	// level
	Level string `json:"level,omitempty" xml:"level,omitempty"`
	// 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"`
}

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 {
	// 商品数量
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
	// 商品id列表
	ItemList []int64 `json:"item_list,omitempty" xml:"item_list>int64,omitempty"`
	// 具体内容
	DataList []int64 `json:"data_list,omitempty" xml:"data_list>int64,omitempty"`
}

ResultData

type ResultMeta

type ResultMeta struct {
	// 返回码
	Code int64 `json:"code,omitempty" xml:"code,omitempty"`
	// 返回码对应的文案
	Msg string `json:"msg,omitempty" xml:"msg,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
}

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

百川单个商品订阅

func NewTaobaoBaichuanItemSubscribeRequest

func NewTaobaoBaichuanItemSubscribeRequest() *TaobaoBaichuanItemSubscribeAPIRequest

初始化TaobaoBaichuanItemSubscribeAPIRequest对象

func (TaobaoBaichuanItemSubscribeAPIRequest) GetApiMethodName

func (r TaobaoBaichuanItemSubscribeAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemSubscribeAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemSubscribeAPIRequest) GetItemId

ItemId Getter

func (*TaobaoBaichuanItemSubscribeAPIRequest) SetItemId

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

ItemId Setter 商品id

type TaobaoBaichuanItemSubscribeAPIResponse

type TaobaoBaichuanItemSubscribeAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemSubscribeAPIResponseModel
}

单个商品订阅 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"`
}

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

type TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest

type TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest struct {
	model.Params
}

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

查询当天可添加的余量

func NewTaobaoBaichuanItemSubscribeDailyLeftQueryRequest

func NewTaobaoBaichuanItemSubscribeDailyLeftQueryRequest() *TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest

初始化TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest对象

func (TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

type TaobaoBaichuanItemSubscribeDailyLeftQueryAPIResponse

type TaobaoBaichuanItemSubscribeDailyLeftQueryAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemSubscribeDailyLeftQueryAPIResponseModel
}

查询当天可添加的余量 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"`
}

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

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
}

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

查询单个订阅关系

func NewTaobaoBaichuanItemSubscribeRelationQueryRequest

func NewTaobaoBaichuanItemSubscribeRelationQueryRequest() *TaobaoBaichuanItemSubscribeRelationQueryAPIRequest

初始化TaobaoBaichuanItemSubscribeRelationQueryAPIRequest对象

func (TaobaoBaichuanItemSubscribeRelationQueryAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemSubscribeRelationQueryAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemSubscribeRelationQueryAPIRequest) GetItemId

ItemId Getter

func (*TaobaoBaichuanItemSubscribeRelationQueryAPIRequest) SetItemId

ItemId Setter 商品Id

type TaobaoBaichuanItemSubscribeRelationQueryAPIResponse

type TaobaoBaichuanItemSubscribeRelationQueryAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemSubscribeRelationQueryAPIResponseModel
}

查询单个订阅关系 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"`
}

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

type TaobaoBaichuanItemSubscribeRelationQueryResult

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

TaobaoBaichuanItemSubscribeRelationQueryResult

type TaobaoBaichuanItemSubscribeRelationsQueryAPIRequest

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

按条件查询订阅关系 API请求 taobao.baichuan.item.subscribe.relations.query

按条件查询订阅关系

func NewTaobaoBaichuanItemSubscribeRelationsQueryRequest

func NewTaobaoBaichuanItemSubscribeRelationsQueryRequest() *TaobaoBaichuanItemSubscribeRelationsQueryAPIRequest

初始化TaobaoBaichuanItemSubscribeRelationsQueryAPIRequest对象

func (TaobaoBaichuanItemSubscribeRelationsQueryAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemSubscribeRelationsQueryAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemSubscribeRelationsQueryAPIRequest) GetCondition

Condition Getter

func (*TaobaoBaichuanItemSubscribeRelationsQueryAPIRequest) SetCondition

Condition Setter 查询条件

type TaobaoBaichuanItemSubscribeRelationsQueryAPIResponse

type TaobaoBaichuanItemSubscribeRelationsQueryAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemSubscribeRelationsQueryAPIResponseModel
}

按条件查询订阅关系 API返回值 taobao.baichuan.item.subscribe.relations.query

按条件查询订阅关系

type TaobaoBaichuanItemSubscribeRelationsQueryAPIResponseModel

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

按条件查询订阅关系 成功返回结果

type TaobaoBaichuanItemSubscribeRelationsQueryResult

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

TaobaoBaichuanItemSubscribeRelationsQueryResult

type TaobaoBaichuanItemSubscribeResult

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

TaobaoBaichuanItemSubscribeResult

type TaobaoBaichuanItemUnsubscribeAPIRequest

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

单个删除订阅关系 API请求 taobao.baichuan.item.unsubscribe

删除单个商品订阅关系

func NewTaobaoBaichuanItemUnsubscribeRequest

func NewTaobaoBaichuanItemUnsubscribeRequest() *TaobaoBaichuanItemUnsubscribeAPIRequest

初始化TaobaoBaichuanItemUnsubscribeAPIRequest对象

func (TaobaoBaichuanItemUnsubscribeAPIRequest) GetApiMethodName

func (r TaobaoBaichuanItemUnsubscribeAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemUnsubscribeAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemUnsubscribeAPIRequest) GetItemId

ItemId Getter

func (*TaobaoBaichuanItemUnsubscribeAPIRequest) SetItemId

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

ItemId Setter 商品id

type TaobaoBaichuanItemUnsubscribeAPIResponse

type TaobaoBaichuanItemUnsubscribeAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemUnsubscribeAPIResponseModel
}

单个删除订阅关系 API返回值 taobao.baichuan.item.unsubscribe

删除单个商品订阅关系

type TaobaoBaichuanItemUnsubscribeAPIResponseModel

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

单个删除订阅关系 成功返回结果

type TaobaoBaichuanItemUnsubscribeResult

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

TaobaoBaichuanItemUnsubscribeResult

type TaobaoBaichuanItemsSubscribeAPIRequest

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

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

百川批量添加订阅的商品

func NewTaobaoBaichuanItemsSubscribeRequest

func NewTaobaoBaichuanItemsSubscribeRequest() *TaobaoBaichuanItemsSubscribeAPIRequest

初始化TaobaoBaichuanItemsSubscribeAPIRequest对象

func (TaobaoBaichuanItemsSubscribeAPIRequest) GetApiMethodName

func (r TaobaoBaichuanItemsSubscribeAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemsSubscribeAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemsSubscribeAPIRequest) GetItemIds

ItemIds Getter

func (*TaobaoBaichuanItemsSubscribeAPIRequest) SetItemIds

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

ItemIds Setter 订阅的商品id列表

type TaobaoBaichuanItemsSubscribeAPIResponse

type TaobaoBaichuanItemsSubscribeAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemsSubscribeAPIResponseModel
}

百川批量商品订阅 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"`
}

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

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
}

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

批量删除商品订阅

func NewTaobaoBaichuanItemsUnsubscribeRequest

func NewTaobaoBaichuanItemsUnsubscribeRequest() *TaobaoBaichuanItemsUnsubscribeAPIRequest

初始化TaobaoBaichuanItemsUnsubscribeAPIRequest对象

func (TaobaoBaichuanItemsUnsubscribeAPIRequest) GetApiMethodName

func (r TaobaoBaichuanItemsUnsubscribeAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemsUnsubscribeAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemsUnsubscribeAPIRequest) GetItemIds

ItemIds Getter

func (*TaobaoBaichuanItemsUnsubscribeAPIRequest) SetItemIds

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

ItemIds Setter 删除的商品id

type TaobaoBaichuanItemsUnsubscribeAPIResponse

type TaobaoBaichuanItemsUnsubscribeAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemsUnsubscribeAPIResponseModel
}

批量删除商品订阅 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"`
}

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

type TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest

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

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

根据条件删除订阅关系

func NewTaobaoBaichuanItemsUnsubscribeByConditionRequest

func NewTaobaoBaichuanItemsUnsubscribeByConditionRequest() *TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest

初始化TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest对象

func (TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest) GetCondition

Condition Getter

func (*TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest) SetCondition

Condition Setter 删除条件

type TaobaoBaichuanItemsUnsubscribeByConditionAPIResponse

type TaobaoBaichuanItemsUnsubscribeByConditionAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanItemsUnsubscribeByConditionAPIResponseModel
}

根据条件删除订阅关系 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"`
}

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

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
}

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

百川用户名密码登录

func NewTaobaoBaichuanOpenaccountLoginRequest

func NewTaobaoBaichuanOpenaccountLoginRequest() *TaobaoBaichuanOpenaccountLoginAPIRequest

初始化TaobaoBaichuanOpenaccountLoginAPIRequest对象

func (TaobaoBaichuanOpenaccountLoginAPIRequest) GetApiMethodName

func (r TaobaoBaichuanOpenaccountLoginAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountLoginAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountLoginAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanOpenaccountLoginAPIRequest) SetName

Name Setter name

type TaobaoBaichuanOpenaccountLoginAPIResponse

type TaobaoBaichuanOpenaccountLoginAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountLoginAPIResponseModel
}

百川用户名密码登录 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"`
}

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

type TaobaoBaichuanOpenaccountLoginbytokenAPIRequest

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

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

百川TOKEN 登录

func NewTaobaoBaichuanOpenaccountLoginbytokenRequest

func NewTaobaoBaichuanOpenaccountLoginbytokenRequest() *TaobaoBaichuanOpenaccountLoginbytokenAPIRequest

初始化TaobaoBaichuanOpenaccountLoginbytokenAPIRequest对象

func (TaobaoBaichuanOpenaccountLoginbytokenAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountLoginbytokenAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountLoginbytokenAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanOpenaccountLoginbytokenAPIRequest) SetName

Name Setter name

type TaobaoBaichuanOpenaccountLoginbytokenAPIResponse

type TaobaoBaichuanOpenaccountLoginbytokenAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountLoginbytokenAPIResponseModel
}

百川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"`
}

百川TOKEN 登录 成功返回结果

type TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest

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

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

百川登录二次验证

func NewTaobaoBaichuanOpenaccountLogindoublecheckRequest

func NewTaobaoBaichuanOpenaccountLogindoublecheckRequest() *TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest

初始化TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest对象

func (TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest) SetName

Name Setter name

type TaobaoBaichuanOpenaccountLogindoublecheckAPIResponse

type TaobaoBaichuanOpenaccountLogindoublecheckAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountLogindoublecheckAPIResponseModel
}

百川登录二次验证 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"`
}

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

type TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest

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

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

百川新登录二次验证

func NewTaobaoBaichuanOpenaccountNewlogindoublecheckRequest

func NewTaobaoBaichuanOpenaccountNewlogindoublecheckRequest() *TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest

初始化TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest对象

func (TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest) SetName

Name Setter name

type TaobaoBaichuanOpenaccountNewlogindoublecheckAPIResponse

type TaobaoBaichuanOpenaccountNewlogindoublecheckAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountNewlogindoublecheckAPIResponseModel
}

百川新登录二次验证 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"`
}

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

type TaobaoBaichuanOpenaccountPasswordResetAPIRequest

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

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

百川找回密码

func NewTaobaoBaichuanOpenaccountPasswordResetRequest

func NewTaobaoBaichuanOpenaccountPasswordResetRequest() *TaobaoBaichuanOpenaccountPasswordResetAPIRequest

初始化TaobaoBaichuanOpenaccountPasswordResetAPIRequest对象

func (TaobaoBaichuanOpenaccountPasswordResetAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountPasswordResetAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountPasswordResetAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanOpenaccountPasswordResetAPIRequest) SetName

Name Setter name

type TaobaoBaichuanOpenaccountPasswordResetAPIResponse

type TaobaoBaichuanOpenaccountPasswordResetAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountPasswordResetAPIResponseModel
}

百川找回密码 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"`
}

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

type TaobaoBaichuanOpenaccountRegisterAPIRequest

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

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

百川账号注册

func NewTaobaoBaichuanOpenaccountRegisterRequest

func NewTaobaoBaichuanOpenaccountRegisterRequest() *TaobaoBaichuanOpenaccountRegisterAPIRequest

初始化TaobaoBaichuanOpenaccountRegisterAPIRequest对象

func (TaobaoBaichuanOpenaccountRegisterAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountRegisterAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountRegisterAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanOpenaccountRegisterAPIRequest) SetName

Name Setter name

type TaobaoBaichuanOpenaccountRegisterAPIResponse

type TaobaoBaichuanOpenaccountRegisterAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountRegisterAPIResponseModel
}

百川账号注册 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"`
}

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

type TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest

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

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

百川检查注册验证码

func NewTaobaoBaichuanOpenaccountRegistercodeCheckRequest

func NewTaobaoBaichuanOpenaccountRegistercodeCheckRequest() *TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest

初始化TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest对象

func (TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest) SetName

Name Setter name

type TaobaoBaichuanOpenaccountRegistercodeCheckAPIResponse

type TaobaoBaichuanOpenaccountRegistercodeCheckAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountRegistercodeCheckAPIResponseModel
}

百川检查注册验证码 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"`
}

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

type TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest

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

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

百川发送注册验证码

func NewTaobaoBaichuanOpenaccountRegistercodeSendRequest

func NewTaobaoBaichuanOpenaccountRegistercodeSendRequest() *TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest

初始化TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest对象

func (TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest) SetName

Name Setter name

type TaobaoBaichuanOpenaccountRegistercodeSendAPIResponse

type TaobaoBaichuanOpenaccountRegistercodeSendAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountRegistercodeSendAPIResponseModel
}

百川发送注册验证码 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"`
}

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

type TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest

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

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

百川验证找回密码验证码

func NewTaobaoBaichuanOpenaccountResetcodeCheckRequest

func NewTaobaoBaichuanOpenaccountResetcodeCheckRequest() *TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest

初始化TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest对象

func (TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest) SetName

Name Setter name

type TaobaoBaichuanOpenaccountResetcodeCheckAPIResponse

type TaobaoBaichuanOpenaccountResetcodeCheckAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountResetcodeCheckAPIResponseModel
}

百川验证找回密码验证码 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"`
}

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

type TaobaoBaichuanOpenaccountResetcodeSendAPIRequest

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

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

百川发送找回密码验证码

func NewTaobaoBaichuanOpenaccountResetcodeSendRequest

func NewTaobaoBaichuanOpenaccountResetcodeSendRequest() *TaobaoBaichuanOpenaccountResetcodeSendAPIRequest

初始化TaobaoBaichuanOpenaccountResetcodeSendAPIRequest对象

func (TaobaoBaichuanOpenaccountResetcodeSendAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOpenaccountResetcodeSendAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOpenaccountResetcodeSendAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanOpenaccountResetcodeSendAPIRequest) SetName

Name Setter name

type TaobaoBaichuanOpenaccountResetcodeSendAPIResponse

type TaobaoBaichuanOpenaccountResetcodeSendAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOpenaccountResetcodeSendAPIResponseModel
}

百川发送找回密码验证码 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"`
}

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

type TaobaoBaichuanOrderurlGetAPIRequest

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

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

百川订单详情

func NewTaobaoBaichuanOrderurlGetRequest

func NewTaobaoBaichuanOrderurlGetRequest() *TaobaoBaichuanOrderurlGetAPIRequest

初始化TaobaoBaichuanOrderurlGetAPIRequest对象

func (TaobaoBaichuanOrderurlGetAPIRequest) GetApiMethodName

func (r TaobaoBaichuanOrderurlGetAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanOrderurlGetAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanOrderurlGetAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanOrderurlGetAPIRequest) SetName

Name Setter name

type TaobaoBaichuanOrderurlGetAPIResponse

type TaobaoBaichuanOrderurlGetAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanOrderurlGetAPIResponseModel
}

百川订单详情 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"`
}

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

type TaobaoBaichuanPayresultQueryAPIRequest

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

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

百川支付完成回调

func NewTaobaoBaichuanPayresultQueryRequest

func NewTaobaoBaichuanPayresultQueryRequest() *TaobaoBaichuanPayresultQueryAPIRequest

初始化TaobaoBaichuanPayresultQueryAPIRequest对象

func (TaobaoBaichuanPayresultQueryAPIRequest) GetApiMethodName

func (r TaobaoBaichuanPayresultQueryAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanPayresultQueryAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanPayresultQueryAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanPayresultQueryAPIRequest) SetName

Name Setter name

type TaobaoBaichuanPayresultQueryAPIResponse

type TaobaoBaichuanPayresultQueryAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanPayresultQueryAPIResponseModel
}

百川支付完成回调 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"`
}

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

type TaobaoBaichuanTaokeTraceAPIRequest

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

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

百川淘客打点

func NewTaobaoBaichuanTaokeTraceRequest

func NewTaobaoBaichuanTaokeTraceRequest() *TaobaoBaichuanTaokeTraceAPIRequest

初始化TaobaoBaichuanTaokeTraceAPIRequest对象

func (TaobaoBaichuanTaokeTraceAPIRequest) GetApiMethodName

func (r TaobaoBaichuanTaokeTraceAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanTaokeTraceAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanTaokeTraceAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanTaokeTraceAPIRequest) SetName

Name Setter name

type TaobaoBaichuanTaokeTraceAPIResponse

type TaobaoBaichuanTaokeTraceAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanTaokeTraceAPIResponseModel
}

百川淘客打点 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"`
}

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

type TaobaoBaichuanUserLoginAPIRequest

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

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

百川H5登录

func NewTaobaoBaichuanUserLoginRequest

func NewTaobaoBaichuanUserLoginRequest() *TaobaoBaichuanUserLoginAPIRequest

初始化TaobaoBaichuanUserLoginAPIRequest对象

func (TaobaoBaichuanUserLoginAPIRequest) GetApiMethodName

func (r TaobaoBaichuanUserLoginAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanUserLoginAPIRequest) GetApiParams

func (r TaobaoBaichuanUserLoginAPIRequest) GetApiParams() url.Values

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanUserLoginAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanUserLoginAPIRequest) SetName

Name Setter name

type TaobaoBaichuanUserLoginAPIResponse

type TaobaoBaichuanUserLoginAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanUserLoginAPIResponseModel
}

百川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"`
}

百川H5登录 成功返回结果

type TaobaoBaichuanUserLoginbytokenAPIRequest

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

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

百川手淘信任登录

func NewTaobaoBaichuanUserLoginbytokenRequest

func NewTaobaoBaichuanUserLoginbytokenRequest() *TaobaoBaichuanUserLoginbytokenAPIRequest

初始化TaobaoBaichuanUserLoginbytokenAPIRequest对象

func (TaobaoBaichuanUserLoginbytokenAPIRequest) GetApiMethodName

func (r TaobaoBaichuanUserLoginbytokenAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanUserLoginbytokenAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanUserLoginbytokenAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanUserLoginbytokenAPIRequest) SetName

Name Setter name

type TaobaoBaichuanUserLoginbytokenAPIResponse

type TaobaoBaichuanUserLoginbytokenAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanUserLoginbytokenAPIResponseModel
}

百川手淘信任登录 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"`
}

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

type TaobaoBaichuanUserLogindoublecheckAPIRequest

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

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

百川H5登录二次验证

func NewTaobaoBaichuanUserLogindoublecheckRequest

func NewTaobaoBaichuanUserLogindoublecheckRequest() *TaobaoBaichuanUserLogindoublecheckAPIRequest

初始化TaobaoBaichuanUserLogindoublecheckAPIRequest对象

func (TaobaoBaichuanUserLogindoublecheckAPIRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBaichuanUserLogindoublecheckAPIRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBaichuanUserLogindoublecheckAPIRequest) GetName

Name Getter

func (*TaobaoBaichuanUserLogindoublecheckAPIRequest) SetName

Name Setter name

type TaobaoBaichuanUserLogindoublecheckAPIResponse

type TaobaoBaichuanUserLogindoublecheckAPIResponse struct {
	model.CommonResponse
	TaobaoBaichuanUserLogindoublecheckAPIResponseModel
}

百川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"`
}

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

Source Files

Jump to

Keyboard shortcuts

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