domain

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TaobaoTbkScInvitecodeGetData

type TaobaoTbkScInvitecodeGetData struct {
	/*
	   邀请码     */
	InviterCode *string `json:"inviter_code,omitempty" `
}

func (*TaobaoTbkScInvitecodeGetData) SetInviterCode

type TaobaoTbkScPublisherInfoGetData

type TaobaoTbkScPublisherInfoGetData struct {
	/*
	   共享字段 - 总记录数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   共享字段 - 渠道或会员列表     */
	InviterList *[]TaobaoTbkScPublisherInfoGetMapData `json:"inviter_list,omitempty" `

	/*
	   渠道专属pidList     */
	RootPidChannelList *[]string `json:"root_pid_channel_list,omitempty" `
}

func (*TaobaoTbkScPublisherInfoGetData) SetInviterList

func (*TaobaoTbkScPublisherInfoGetData) SetRootPidChannelList

func (*TaobaoTbkScPublisherInfoGetData) SetTotalCount

type TaobaoTbkScPublisherInfoGetMapData

type TaobaoTbkScPublisherInfoGetMapData struct {
	/*
	   共享字段 - 备案场景:common(通用备案),etao(一淘备案),minietao(一淘小程序备案),offlineShop(线下门店备案),offlinePerson(线下个人备案)     */
	RelationApp *string `json:"relation_app,omitempty" `

	/*
	   共享字段 - 备案日期     */
	CreateDate *util.LocalTime `json:"create_date,omitempty" `

	/*
	   渠道独有 - 渠道昵称     */
	AccountName *string `json:"account_name,omitempty" `

	/*
	   渠道独有 - 渠道名称     */
	RealName *string `json:"real_name,omitempty" `

	/*
	   渠道独有 - 渠道关系ID     */
	RelationId *int64 `json:"relation_id,omitempty" `

	/*
	   渠道独有 - 线下场景信息,1 - 门店,2- 学校,3 - 工厂,4 - 其他     */
	OfflineScene *string `json:"offline_scene,omitempty" `

	/*
	   渠道独有 - 线上场景信息,1 - 微信群,2- QQ群,3 - 其他     */
	OnlineScene *string `json:"online_scene,omitempty" `

	/*
	   渠道独有 - 媒体侧渠道备注信息     */
	Note *string `json:"note,omitempty" `

	/*
	   共享字段 - 渠道/会员专属pid     */
	RootPid *string `json:"root_pid,omitempty" `

	/*
	   共享字段 - 渠道/会员原始身份信息     */
	Rtag *string `json:"rtag,omitempty" `

	/*
	   线下备案专属信息     */
	OfflineInfo *TaobaoTbkScPublisherInfoGetRegisterInfoDto `json:"offline_info,omitempty" `

	/*
	   会员独有 - 会员运营ID     */
	SpecialId *int64 `json:"special_id,omitempty" `

	/*
	   渠道独有 - 处罚状态     */
	PunishStatus *string `json:"punish_status,omitempty" `

	/*
	   淘宝客外部用户标记     */
	ExternalId *string `json:"external_id,omitempty" `

	/*
	   1-微信、2-微博、3-抖音、4-快手、5-QQ,0-其他     */
	ExternalType *string `json:"external_type,omitempty" `
}

func (*TaobaoTbkScPublisherInfoGetMapData) SetAccountName

func (*TaobaoTbkScPublisherInfoGetMapData) SetCreateDate

func (*TaobaoTbkScPublisherInfoGetMapData) SetExternalId

func (*TaobaoTbkScPublisherInfoGetMapData) SetExternalType

func (*TaobaoTbkScPublisherInfoGetMapData) SetNote

func (*TaobaoTbkScPublisherInfoGetMapData) SetOfflineScene

func (*TaobaoTbkScPublisherInfoGetMapData) SetOnlineScene

func (*TaobaoTbkScPublisherInfoGetMapData) SetPunishStatus

func (*TaobaoTbkScPublisherInfoGetMapData) SetRealName

func (*TaobaoTbkScPublisherInfoGetMapData) SetRelationApp

func (*TaobaoTbkScPublisherInfoGetMapData) SetRelationId

func (*TaobaoTbkScPublisherInfoGetMapData) SetRootPid

func (*TaobaoTbkScPublisherInfoGetMapData) SetRtag

func (*TaobaoTbkScPublisherInfoGetMapData) SetSpecialId

type TaobaoTbkScPublisherInfoGetRegisterInfoDto

type TaobaoTbkScPublisherInfoGetRegisterInfoDto struct {
	/*
	   渠道独有 -店铺名称     */
	ShopName *string `json:"shop_name,omitempty" `

	/*
	   渠道独有 -店铺类型     */
	ShopType *string `json:"shop_type,omitempty" `

	/*
	   渠道独有 - 信息     */
	PhoneNumber *string `json:"phone_number,omitempty" `

	/*
	   渠道独有 -信息     */
	DetailAddress *string `json:"detail_address,omitempty" `

	/*
	   渠道独有 -区     */
	Location *string `json:"location,omitempty" `

	/*
	   渠道独有 -类型     */
	ShopCertifyType *string `json:"shop_certify_type,omitempty" `

	/*
	   渠道独有 - 编号     */
	CertifyNumber *string `json:"certify_number,omitempty" `

	/*
	   渠道独有 -经营类型     */
	Career *string `json:"career,omitempty" `
}

func (*TaobaoTbkScPublisherInfoGetRegisterInfoDto) SetCareer

func (*TaobaoTbkScPublisherInfoGetRegisterInfoDto) SetCertifyNumber

func (*TaobaoTbkScPublisherInfoGetRegisterInfoDto) SetDetailAddress

func (*TaobaoTbkScPublisherInfoGetRegisterInfoDto) SetLocation

func (*TaobaoTbkScPublisherInfoGetRegisterInfoDto) SetPhoneNumber

func (*TaobaoTbkScPublisherInfoGetRegisterInfoDto) SetShopCertifyType

func (*TaobaoTbkScPublisherInfoGetRegisterInfoDto) SetShopName

func (*TaobaoTbkScPublisherInfoGetRegisterInfoDto) SetShopType

type TaobaoTbkScPublisherInfoSaveData

type TaobaoTbkScPublisherInfoSaveData struct {
	/*
	   渠道关系ID     */
	RelationId *int64 `json:"relation_id,omitempty" `

	/*
	   渠道昵称     */
	AccountName *string `json:"account_name,omitempty" `

	/*
	   会员运营ID     */
	SpecialId *int64 `json:"special_id,omitempty" `

	/*
	   如果重复绑定会提示:”重复绑定渠道“或”重复绑定粉丝“     */
	Desc *string `json:"desc,omitempty" `
}

func (*TaobaoTbkScPublisherInfoSaveData) SetAccountName

func (*TaobaoTbkScPublisherInfoSaveData) SetDesc

func (*TaobaoTbkScPublisherInfoSaveData) SetRelationId

func (*TaobaoTbkScPublisherInfoSaveData) SetSpecialId

Jump to

Keyboard shortcuts

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