c2m

package
v1.1.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompanyOrderInfoVo

type CompanyOrderInfoVo struct {
	CommissionFee int64 `json:"commission_fee,omitempty" xml:"commission_fee,omitempty"`

	BuyAmount int64 `json:"buy_amount,omitempty" xml:"buy_amount,omitempty"`

	TotalFee int64 `json:"total_fee,omitempty" xml:"total_fee,omitempty"`

	AuctionTitle string `json:"auction_title,omitempty" xml:"auction_title,omitempty"`

	AuctionId int64 `json:"auction_id,omitempty" xml:"auction_id,omitempty"`

	EncryptInvitorId string `json:"encrypt_invitor_id,omitempty" xml:"encrypt_invitor_id,omitempty"`

	EncryptBuyerId string `json:"encrypt_buyer_id,omitempty" xml:"encrypt_buyer_id,omitempty"`

	EncryptDistributorId string `json:"encrypt_distributor_id,omitempty" xml:"encrypt_distributor_id,omitempty"`

	Delegate int64 `json:"delegate,omitempty" xml:"delegate,omitempty"`

	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`

	ModifyDate string `json:"modify_date,omitempty" xml:"modify_date,omitempty"`

	AuctionType int64 `json:"auction_type,omitempty" xml:"auction_type,omitempty"`

	RefundFee int64 `json:"refund_fee,omitempty" xml:"refund_fee,omitempty"`

	SuccDate string `json:"succ_date,omitempty" xml:"succ_date,omitempty"`

	PayTime int64 `json:"pay_time,omitempty" xml:"pay_time,omitempty"`

	GmtCreate int64 `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	EncryptItemTag string `json:"encrypt_item_tag,omitempty" xml:"encrypt_item_tag,omitempty"`

	MordArea string `json:"mord_area,omitempty" xml:"mord_area,omitempty"`

	MordCity string `json:"mord_city,omitempty" xml:"mord_city,omitempty"`

	MordProv string `json:"mord_prov,omitempty" xml:"mord_prov,omitempty"`

	TutorNick string `json:"tutor_nick,omitempty" xml:"tutor_nick,omitempty"`

	ClassName string `json:"class_name,omitempty" xml:"class_name,omitempty"`

	ClassId int64 `json:"class_id,omitempty" xml:"class_id,omitempty"`

	UpTutorNick string `json:"up_tutor_nick,omitempty" xml:"up_tutor_nick,omitempty"`

	RuleId int64 `json:"rule_id,omitempty" xml:"rule_id,omitempty"`
}

CompanyOrderInfoVo

type ItemTopDto

type ItemTopDto struct {
	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`

	ImgUrl string `json:"img_url,omitempty" xml:"img_url,omitempty"`

	Title string `json:"title,omitempty" xml:"title,omitempty"`

	SellerNick string `json:"seller_nick,omitempty" xml:"seller_nick,omitempty"`

	SellerId int64 `json:"seller_id,omitempty" xml:"seller_id,omitempty"`

	CatName string `json:"cat_name,omitempty" xml:"cat_name,omitempty"`
}

ItemTopDto

type ItemTopResponse

type ItemTopResponse struct {
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`

	PagSize int64 `json:"pag_size,omitempty" xml:"pag_size,omitempty"`

	ItemTopDTOList []ItemTopDto `json:"item_top_d_t_o_list,omitempty" xml:"item_top_d_t_o_list,omitempty"`
}

ItemTopResponse

type OrganizationInviteInfoVo

type OrganizationInviteInfoVo struct {
	EncryptInvitorId string `json:"encrypt_invitor_id,omitempty" xml:"encrypt_invitor_id,omitempty"`

	ModifyDate string `json:"modify_date,omitempty" xml:"modify_date,omitempty"`

	EncryptDistributorId string `json:"encrypt_distributor_id,omitempty" xml:"encrypt_distributor_id,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	RefundFee int64 `json:"refund_fee,omitempty" xml:"refund_fee,omitempty"`

	CommissionFee int64 `json:"commission_fee,omitempty" xml:"commission_fee,omitempty"`

	PayTime int64 `json:"pay_time,omitempty" xml:"pay_time,omitempty"`

	AuctionTitle string `json:"auction_title,omitempty" xml:"auction_title,omitempty"`

	EncryptBuyerId string `json:"encrypt_buyer_id,omitempty" xml:"encrypt_buyer_id,omitempty"`

	GmtCreate int64 `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	AuctionId int64 `json:"auction_id,omitempty" xml:"auction_id,omitempty"`

	Delegate int64 `json:"delegate,omitempty" xml:"delegate,omitempty"`

	SuccDate string `json:"succ_date,omitempty" xml:"succ_date,omitempty"`

	BuyAmount int64 `json:"buy_amount,omitempty" xml:"buy_amount,omitempty"`

	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`

	TotalFee int64 `json:"total_fee,omitempty" xml:"total_fee,omitempty"`

	AuctionType int64 `json:"auction_type,omitempty" xml:"auction_type,omitempty"`

	MordProv string `json:"mord_prov,omitempty" xml:"mord_prov,omitempty"`

	MordCity string `json:"mord_city,omitempty" xml:"mord_city,omitempty"`

	MordArea string `json:"mord_area,omitempty" xml:"mord_area,omitempty"`

	EncryptItemTag string `json:"encrypt_item_tag,omitempty" xml:"encrypt_item_tag,omitempty"`

	RuleId int64 `json:"rule_id,omitempty" xml:"rule_id,omitempty"`

	OrgCommissionFee int64 `json:"org_commission_fee,omitempty" xml:"org_commission_fee,omitempty"`

	SkuId int64 `json:"sku_id,omitempty" xml:"sku_id,omitempty"`

	EncryptMordMobilePhone string `json:"encrypt_mord_mobile_phone,omitempty" xml:"encrypt_mord_mobile_phone,omitempty"`
}

OrganizationInviteInfoVo

type PageInfo

type PageInfo struct {
	Total int64 `json:"total,omitempty" xml:"total,omitempty"`

	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`

	Pages int64 `json:"pages,omitempty" xml:"pages,omitempty"`

	PageNum int64 `json:"page_num,omitempty" xml:"page_num,omitempty"`

	List []CompanyOrderInfoVo `json:"list,omitempty" xml:"list,omitempty"`
}

PageInfo

type TaobaoSebpCompanyGetorderinfoAPIResponse

type TaobaoSebpCompanyGetorderinfoAPIResponse struct {
	model.CommonResponse
	TaobaoSebpCompanyGetorderinfoResponse
}

淘小铺公司订单信息 APIResponse taobao.sebp.company.getorderinfo

淘小铺合作公司获取公司订单信息,用于公司结算使用

type TaobaoSebpCompanyGetorderinfoRequest

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

淘小铺公司订单信息 APIRequest taobao.sebp.company.getorderinfo

淘小铺合作公司获取公司订单信息,用于公司结算使用

func NewTaobaoSebpCompanyGetorderinfoRequest

func NewTaobaoSebpCompanyGetorderinfoRequest() *TaobaoSebpCompanyGetorderinfoRequest

func (TaobaoSebpCompanyGetorderinfoRequest) GetApiMethodName

func (r TaobaoSebpCompanyGetorderinfoRequest) GetApiMethodName() string

func (TaobaoSebpCompanyGetorderinfoRequest) GetApiParams

func (TaobaoSebpCompanyGetorderinfoRequest) GetModifyDate

func (r TaobaoSebpCompanyGetorderinfoRequest) GetModifyDate() string

func (TaobaoSebpCompanyGetorderinfoRequest) GetPageNum

func (*TaobaoSebpCompanyGetorderinfoRequest) SetModifyDate

func (r *TaobaoSebpCompanyGetorderinfoRequest) SetModifyDate(modifyDate string) error

func (*TaobaoSebpCompanyGetorderinfoRequest) SetPageNum

func (r *TaobaoSebpCompanyGetorderinfoRequest) SetPageNum(pageNum int64) error

type TaobaoSebpCompanyGetorderinfoResponse

type TaobaoSebpCompanyGetorderinfoResponse struct {
	XMLName xml.Name `xml:"sebp_company_getorderinfo_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TaobaoSebpCompanyGetorderinfoResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoSebpCompanyGetorderinfoResultDo

type TaobaoSebpCompanyGetorderinfoResultDo struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Module *PageInfo `json:"module,omitempty" xml:"module,omitempty"`

	ErrorMessage string `json:"error_message,omitempty" xml:"error_message,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
}

TaobaoSebpCompanyGetorderinfoResultDo

type TaobaoSebpIsvUserCheckAPIResponse

type TaobaoSebpIsvUserCheckAPIResponse struct {
	model.CommonResponse
	TaobaoSebpIsvUserCheckResponse
}

淘小铺账户实名校验接口 APIResponse taobao.sebp.isv.user.check

校验淘小铺账户和身份信息匹配成功

type TaobaoSebpIsvUserCheckRequest

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

淘小铺账户实名校验接口 APIRequest taobao.sebp.isv.user.check

校验淘小铺账户和身份信息匹配成功

func NewTaobaoSebpIsvUserCheckRequest

func NewTaobaoSebpIsvUserCheckRequest() *TaobaoSebpIsvUserCheckRequest

func (TaobaoSebpIsvUserCheckRequest) GetAlipay

func (r TaobaoSebpIsvUserCheckRequest) GetAlipay() string

func (TaobaoSebpIsvUserCheckRequest) GetApiMethodName

func (r TaobaoSebpIsvUserCheckRequest) GetApiMethodName() string

func (TaobaoSebpIsvUserCheckRequest) GetApiParams

func (r TaobaoSebpIsvUserCheckRequest) GetApiParams() url.Values

func (TaobaoSebpIsvUserCheckRequest) GetIdentity

func (r TaobaoSebpIsvUserCheckRequest) GetIdentity() string

func (TaobaoSebpIsvUserCheckRequest) GetName

func (TaobaoSebpIsvUserCheckRequest) GetUserName

func (r TaobaoSebpIsvUserCheckRequest) GetUserName() string

func (*TaobaoSebpIsvUserCheckRequest) SetAlipay

func (r *TaobaoSebpIsvUserCheckRequest) SetAlipay(alipay string) error

func (*TaobaoSebpIsvUserCheckRequest) SetIdentity

func (r *TaobaoSebpIsvUserCheckRequest) SetIdentity(identity string) error

func (*TaobaoSebpIsvUserCheckRequest) SetName

func (r *TaobaoSebpIsvUserCheckRequest) SetName(name string) error

func (*TaobaoSebpIsvUserCheckRequest) SetUserName

func (r *TaobaoSebpIsvUserCheckRequest) SetUserName(userName string) error

type TaobaoSebpIsvUserCheckResponse

type TaobaoSebpIsvUserCheckResponse struct {
	XMLName xml.Name `xml:"sebp_isv_user_check_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

type TaobaoSebpIsvUserSignAPIResponse

type TaobaoSebpIsvUserSignAPIResponse struct {
	model.CommonResponse
	TaobaoSebpIsvUserSignResponse
}

淘小铺三方签约同步 APIResponse taobao.sebp.isv.user.sign

同步淘小铺三方服务签约信息

type TaobaoSebpIsvUserSignRequest

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

淘小铺三方签约同步 APIRequest taobao.sebp.isv.user.sign

同步淘小铺三方服务签约信息

func NewTaobaoSebpIsvUserSignRequest

func NewTaobaoSebpIsvUserSignRequest() *TaobaoSebpIsvUserSignRequest

func (TaobaoSebpIsvUserSignRequest) GetApiMethodName

func (r TaobaoSebpIsvUserSignRequest) GetApiMethodName() string

func (TaobaoSebpIsvUserSignRequest) GetApiParams

func (r TaobaoSebpIsvUserSignRequest) GetApiParams() url.Values

func (TaobaoSebpIsvUserSignRequest) GetEndTime

func (r TaobaoSebpIsvUserSignRequest) GetEndTime() string

func (TaobaoSebpIsvUserSignRequest) GetIdentity

func (r TaobaoSebpIsvUserSignRequest) GetIdentity() string

func (TaobaoSebpIsvUserSignRequest) GetStartTime

func (r TaobaoSebpIsvUserSignRequest) GetStartTime() string

func (TaobaoSebpIsvUserSignRequest) GetUserName

func (r TaobaoSebpIsvUserSignRequest) GetUserName() string

func (*TaobaoSebpIsvUserSignRequest) SetEndTime

func (r *TaobaoSebpIsvUserSignRequest) SetEndTime(endTime string) error

func (*TaobaoSebpIsvUserSignRequest) SetIdentity

func (r *TaobaoSebpIsvUserSignRequest) SetIdentity(identity string) error

func (*TaobaoSebpIsvUserSignRequest) SetStartTime

func (r *TaobaoSebpIsvUserSignRequest) SetStartTime(startTime string) error

func (*TaobaoSebpIsvUserSignRequest) SetUserName

func (r *TaobaoSebpIsvUserSignRequest) SetUserName(userName string) error

type TaobaoSebpIsvUserSignResponse

type TaobaoSebpIsvUserSignResponse struct {
	XMLName xml.Name `xml:"sebp_isv_user_sign_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

type TaobaoSebpIsvWxrobotCallbackAPIResponse

type TaobaoSebpIsvWxrobotCallbackAPIResponse struct {
	model.CommonResponse
	TaobaoSebpIsvWxrobotCallbackResponse
}

isv机器人回调接口 APIResponse taobao.sebp.isv.wxrobot.callback

机器人入群回调,进行校验、功能开通等操作

type TaobaoSebpIsvWxrobotCallbackRequest

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

isv机器人回调接口 APIRequest taobao.sebp.isv.wxrobot.callback

机器人入群回调,进行校验、功能开通等操作

func NewTaobaoSebpIsvWxrobotCallbackRequest

func NewTaobaoSebpIsvWxrobotCallbackRequest() *TaobaoSebpIsvWxrobotCallbackRequest

func (TaobaoSebpIsvWxrobotCallbackRequest) GetApiMethodName

func (r TaobaoSebpIsvWxrobotCallbackRequest) GetApiMethodName() string

func (TaobaoSebpIsvWxrobotCallbackRequest) GetApiParams

func (TaobaoSebpIsvWxrobotCallbackRequest) GetNType

func (TaobaoSebpIsvWxrobotCallbackRequest) GetStrContext

func (r TaobaoSebpIsvWxrobotCallbackRequest) GetStrContext() string

func (TaobaoSebpIsvWxrobotCallbackRequest) GetStrSign

func (*TaobaoSebpIsvWxrobotCallbackRequest) SetNType

func (*TaobaoSebpIsvWxrobotCallbackRequest) SetStrContext

func (r *TaobaoSebpIsvWxrobotCallbackRequest) SetStrContext(strContext string) error

func (*TaobaoSebpIsvWxrobotCallbackRequest) SetStrSign

func (r *TaobaoSebpIsvWxrobotCallbackRequest) SetStrSign(strSign string) error

type TaobaoSebpIsvWxrobotCallbackResponse

type TaobaoSebpIsvWxrobotCallbackResponse struct {
	XMLName xml.Name `xml:"sebp_isv_wxrobot_callback_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoSebpOrganizationGetinviteinfoAPIResponse

type TaobaoSebpOrganizationGetinviteinfoAPIResponse struct {
	model.CommonResponse
	TaobaoSebpOrganizationGetinviteinfoResponse
}

淘小铺机构上下级关系 APIResponse taobao.sebp.organization.getinviteinfo

机构人员获取机构上下级关系信息

type TaobaoSebpOrganizationGetinviteinfoRequest

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

淘小铺机构上下级关系 APIRequest taobao.sebp.organization.getinviteinfo

机构人员获取机构上下级关系信息

func NewTaobaoSebpOrganizationGetinviteinfoRequest

func NewTaobaoSebpOrganizationGetinviteinfoRequest() *TaobaoSebpOrganizationGetinviteinfoRequest

func (TaobaoSebpOrganizationGetinviteinfoRequest) GetApiMethodName

func (TaobaoSebpOrganizationGetinviteinfoRequest) GetApiParams

func (TaobaoSebpOrganizationGetinviteinfoRequest) GetModifyDate

func (TaobaoSebpOrganizationGetinviteinfoRequest) GetPageNum

func (*TaobaoSebpOrganizationGetinviteinfoRequest) SetModifyDate

func (r *TaobaoSebpOrganizationGetinviteinfoRequest) SetModifyDate(modifyDate string) error

func (*TaobaoSebpOrganizationGetinviteinfoRequest) SetPageNum

type TaobaoSebpOrganizationGetinviteinfoResponse

type TaobaoSebpOrganizationGetinviteinfoResponse struct {
	XMLName xml.Name `xml:"sebp_organization_getinviteinfo_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TaobaoSebpOrganizationGetinviteinfoResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoSebpOrganizationGetinviteinfoResultDo

type TaobaoSebpOrganizationGetinviteinfoResultDo struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Module *PageInfo `json:"module,omitempty" xml:"module,omitempty"`

	ErrorMessage string `json:"error_message,omitempty" xml:"error_message,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
}

TaobaoSebpOrganizationGetinviteinfoResultDo

type TaobaoSebpOrganizationGetorderinfoAPIResponse

type TaobaoSebpOrganizationGetorderinfoAPIResponse struct {
	model.CommonResponse
	TaobaoSebpOrganizationGetorderinfoResponse
}

淘小铺机构订单信息 APIResponse taobao.sebp.organization.getorderinfo

淘小铺合作机构获取机构订单信息,用于机构结算使用

type TaobaoSebpOrganizationGetorderinfoRequest

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

淘小铺机构订单信息 APIRequest taobao.sebp.organization.getorderinfo

淘小铺合作机构获取机构订单信息,用于机构结算使用

func NewTaobaoSebpOrganizationGetorderinfoRequest

func NewTaobaoSebpOrganizationGetorderinfoRequest() *TaobaoSebpOrganizationGetorderinfoRequest

func (TaobaoSebpOrganizationGetorderinfoRequest) GetApiMethodName

func (TaobaoSebpOrganizationGetorderinfoRequest) GetApiParams

func (TaobaoSebpOrganizationGetorderinfoRequest) GetEndTime

func (TaobaoSebpOrganizationGetorderinfoRequest) GetModifyDate

func (TaobaoSebpOrganizationGetorderinfoRequest) GetPageNum

func (TaobaoSebpOrganizationGetorderinfoRequest) GetStartTime

func (*TaobaoSebpOrganizationGetorderinfoRequest) SetEndTime

func (*TaobaoSebpOrganizationGetorderinfoRequest) SetModifyDate

func (r *TaobaoSebpOrganizationGetorderinfoRequest) SetModifyDate(modifyDate string) error

func (*TaobaoSebpOrganizationGetorderinfoRequest) SetPageNum

func (r *TaobaoSebpOrganizationGetorderinfoRequest) SetPageNum(pageNum int64) error

func (*TaobaoSebpOrganizationGetorderinfoRequest) SetStartTime

func (r *TaobaoSebpOrganizationGetorderinfoRequest) SetStartTime(startTime string) error

type TaobaoSebpOrganizationGetorderinfoResponse

type TaobaoSebpOrganizationGetorderinfoResponse struct {
	XMLName xml.Name `xml:"sebp_organization_getorderinfo_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TaobaoSebpOrganizationGetorderinfoResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoSebpOrganizationGetorderinfoResultDo

type TaobaoSebpOrganizationGetorderinfoResultDo struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Module *PageInfo `json:"module,omitempty" xml:"module,omitempty"`

	ErrorMessage string `json:"error_message,omitempty" xml:"error_message,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
}

TaobaoSebpOrganizationGetorderinfoResultDo

type TaobaoTxpItemItemlistgetAPIResponse

type TaobaoTxpItemItemlistgetAPIResponse struct {
	model.CommonResponse
	TaobaoTxpItemItemlistgetResponse
}

淘小铺商品接口 APIResponse taobao.txp.item.itemlistget

淘小铺商品的查询服务。

type TaobaoTxpItemItemlistgetRequest

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

淘小铺商品接口 APIRequest taobao.txp.item.itemlistget

淘小铺商品的查询服务。

func NewTaobaoTxpItemItemlistgetRequest

func NewTaobaoTxpItemItemlistgetRequest() *TaobaoTxpItemItemlistgetRequest

func (TaobaoTxpItemItemlistgetRequest) GetApiMethodName

func (r TaobaoTxpItemItemlistgetRequest) GetApiMethodName() string

func (TaobaoTxpItemItemlistgetRequest) GetApiParams

func (r TaobaoTxpItemItemlistgetRequest) GetApiParams() url.Values

func (TaobaoTxpItemItemlistgetRequest) GetBeginPage

func (r TaobaoTxpItemItemlistgetRequest) GetBeginPage() int64

func (TaobaoTxpItemItemlistgetRequest) GetPageSize

func (r TaobaoTxpItemItemlistgetRequest) GetPageSize() int64

func (*TaobaoTxpItemItemlistgetRequest) SetBeginPage

func (r *TaobaoTxpItemItemlistgetRequest) SetBeginPage(beginPage int64) error

func (*TaobaoTxpItemItemlistgetRequest) SetPageSize

func (r *TaobaoTxpItemItemlistgetRequest) SetPageSize(pageSize int64) error

type TaobaoTxpItemItemlistgetResponse

type TaobaoTxpItemItemlistgetResponse struct {
	XMLName xml.Name `xml:"txp_item_itemlistget_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TaobaoTxpItemItemlistgetResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoTxpItemItemlistgetResultDto

type TaobaoTxpItemItemlistgetResultDto struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	Model *ItemTopResponse `json:"model,omitempty" xml:"model,omitempty"`

	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
}

TaobaoTxpItemItemlistgetResultDto

Jump to

Keyboard shortcuts

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