tbpb

package
v0.1.35 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_api_tb_ddx_proto protoreflect.FileDescriptor
View Source
var TbApiService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "tbpb.TbApiService",
	HandlerType: (*TbApiServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SearchGoods",
			Handler:    _TbApiService_SearchGoods_Handler,
		},
		{
			MethodName: "PromoteByID",
			Handler:    _TbApiService_PromoteByID_Handler,
		},
		{
			MethodName: "PromoteByTKL",
			Handler:    _TbApiService_PromoteByTKL_Handler,
		},
		{
			MethodName: "PublisherGet",
			Handler:    _TbApiService_PublisherGet_Handler,
		},
		{
			MethodName: "PublisherSave",
			Handler:    _TbApiService_PublisherSave_Handler,
		},
		{
			MethodName: "SyncOrderDetail",
			Handler:    _TbApiService_SyncOrderDetail_Handler,
		},
		{
			MethodName: "DecodeShortUrl",
			Handler:    _TbApiService_DecodeShortUrl_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "api.tb.ddx.proto",
}

TbApiService_ServiceDesc is the grpc.ServiceDesc for TbApiService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterTbApiServiceServer

func RegisterTbApiServiceServer(s grpc.ServiceRegistrar, srv TbApiServiceServer)

Types

type DdxTbApiSearchGoodsRes

type DdxTbApiSearchGoodsRes struct {
	Code         int64          `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg          string         `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	TotalResults int64          `protobuf:"varint,3,opt,name=total_results,json=totalResults,proto3" json:"total_results,omitempty"`
	Data         []*GoodsDetail `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DdxTbApiSearchGoodsRes) Descriptor deprecated

func (*DdxTbApiSearchGoodsRes) Descriptor() ([]byte, []int)

Deprecated: Use DdxTbApiSearchGoodsRes.ProtoReflect.Descriptor instead.

func (*DdxTbApiSearchGoodsRes) GetCode

func (x *DdxTbApiSearchGoodsRes) GetCode() int64

func (*DdxTbApiSearchGoodsRes) GetData

func (x *DdxTbApiSearchGoodsRes) GetData() []*GoodsDetail

func (*DdxTbApiSearchGoodsRes) GetMsg

func (x *DdxTbApiSearchGoodsRes) GetMsg() string

func (*DdxTbApiSearchGoodsRes) GetTotalResults

func (x *DdxTbApiSearchGoodsRes) GetTotalResults() int64

func (*DdxTbApiSearchGoodsRes) ProtoMessage

func (*DdxTbApiSearchGoodsRes) ProtoMessage()

func (*DdxTbApiSearchGoodsRes) ProtoReflect

func (x *DdxTbApiSearchGoodsRes) ProtoReflect() protoreflect.Message

func (*DdxTbApiSearchGoodsRes) Reset

func (x *DdxTbApiSearchGoodsRes) Reset()

func (*DdxTbApiSearchGoodsRes) String

func (x *DdxTbApiSearchGoodsRes) String() string

type DecodeShortUrlRequest added in v0.1.35

type DecodeShortUrlRequest struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // 要解析的淘宝m.tb.cn短连接
	// contains filtered or unexported fields
}

func (*DecodeShortUrlRequest) Descriptor deprecated added in v0.1.35

func (*DecodeShortUrlRequest) Descriptor() ([]byte, []int)

Deprecated: Use DecodeShortUrlRequest.ProtoReflect.Descriptor instead.

func (*DecodeShortUrlRequest) GetUrl added in v0.1.35

func (x *DecodeShortUrlRequest) GetUrl() string

func (*DecodeShortUrlRequest) ProtoMessage added in v0.1.35

func (*DecodeShortUrlRequest) ProtoMessage()

func (*DecodeShortUrlRequest) ProtoReflect added in v0.1.35

func (x *DecodeShortUrlRequest) ProtoReflect() protoreflect.Message

func (*DecodeShortUrlRequest) Reset added in v0.1.35

func (x *DecodeShortUrlRequest) Reset()

func (*DecodeShortUrlRequest) String added in v0.1.35

func (x *DecodeShortUrlRequest) String() string

type DecodeShortUrlResponse added in v0.1.35

type DecodeShortUrlResponse struct {
	Code int64            `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg  string           `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data *DecodedShortUrl `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodeShortUrlResponse) Descriptor deprecated added in v0.1.35

func (*DecodeShortUrlResponse) Descriptor() ([]byte, []int)

Deprecated: Use DecodeShortUrlResponse.ProtoReflect.Descriptor instead.

func (*DecodeShortUrlResponse) GetCode added in v0.1.35

func (x *DecodeShortUrlResponse) GetCode() int64

func (*DecodeShortUrlResponse) GetData added in v0.1.35

func (*DecodeShortUrlResponse) GetMsg added in v0.1.35

func (x *DecodeShortUrlResponse) GetMsg() string

func (*DecodeShortUrlResponse) ProtoMessage added in v0.1.35

func (*DecodeShortUrlResponse) ProtoMessage()

func (*DecodeShortUrlResponse) ProtoReflect added in v0.1.35

func (x *DecodeShortUrlResponse) ProtoReflect() protoreflect.Message

func (*DecodeShortUrlResponse) Reset added in v0.1.35

func (x *DecodeShortUrlResponse) Reset()

func (*DecodeShortUrlResponse) String added in v0.1.35

func (x *DecodeShortUrlResponse) String() string

type DecodedShortUrl added in v0.1.35

type DecodedShortUrl struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // 解析后的url
	// contains filtered or unexported fields
}

func (*DecodedShortUrl) Descriptor deprecated added in v0.1.35

func (*DecodedShortUrl) Descriptor() ([]byte, []int)

Deprecated: Use DecodedShortUrl.ProtoReflect.Descriptor instead.

func (*DecodedShortUrl) GetUrl added in v0.1.35

func (x *DecodedShortUrl) GetUrl() string

func (*DecodedShortUrl) ProtoMessage added in v0.1.35

func (*DecodedShortUrl) ProtoMessage()

func (*DecodedShortUrl) ProtoReflect added in v0.1.35

func (x *DecodedShortUrl) ProtoReflect() protoreflect.Message

func (*DecodedShortUrl) Reset added in v0.1.35

func (x *DecodedShortUrl) Reset()

func (*DecodedShortUrl) String added in v0.1.35

func (x *DecodedShortUrl) String() string

type GoodsDetail

type GoodsDetail struct {
	CategoryId             uint64       `protobuf:"varint,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	CategoryName           string       `protobuf:"bytes,2,opt,name=category_name,json=categoryName,proto3" json:"category_name,omitempty"`
	CommissionRate         string       `protobuf:"bytes,3,opt,name=commission_rate,json=commissionRate,proto3" json:"commission_rate,omitempty"`
	CommissionType         string       `protobuf:"bytes,4,opt,name=commission_type,json=commissionType,proto3" json:"commission_type,omitempty"`
	CouponAmount           string       `protobuf:"bytes,5,opt,name=coupon_amount,json=couponAmount,proto3" json:"coupon_amount,omitempty"`
	CouponEndTime          string       `protobuf:"bytes,6,opt,name=coupon_end_time,json=couponEndTime,proto3" json:"coupon_end_time,omitempty"`
	CouponId               string       `protobuf:"bytes,7,opt,name=coupon_id,json=couponId,proto3" json:"coupon_id,omitempty"`
	CouponInfo             string       `protobuf:"bytes,8,opt,name=coupon_info,json=couponInfo,proto3" json:"coupon_info,omitempty"`
	CouponRemainCount      int64        `protobuf:"varint,9,opt,name=coupon_remain_count,json=couponRemainCount,proto3" json:"coupon_remain_count,omitempty"`
	CouponShareUrl         string       `protobuf:"bytes,10,opt,name=coupon_share_url,json=couponShareUrl,proto3" json:"coupon_share_url,omitempty"`
	CouponStartFee         string       `protobuf:"bytes,11,opt,name=coupon_start_fee,json=couponStartFee,proto3" json:"coupon_start_fee,omitempty"`
	CouponStartTime        string       `protobuf:"bytes,12,opt,name=coupon_start_time,json=couponStartTime,proto3" json:"coupon_start_time,omitempty"`
	CouponTotalCount       int64        `protobuf:"varint,13,opt,name=coupon_total_count,json=couponTotalCount,proto3" json:"coupon_total_count,omitempty"`
	IncludeDxjh            string       `protobuf:"bytes,14,opt,name=include_dxjh,json=includeDxjh,proto3" json:"include_dxjh,omitempty"`
	IncludeMkt             string       `protobuf:"bytes,15,opt,name=include_mkt,json=includeMkt,proto3" json:"include_mkt,omitempty"`
	InfoDxjh               string       `protobuf:"bytes,16,opt,name=info_dxjh,json=infoDxjh,proto3" json:"info_dxjh,omitempty"`
	ItemDescription        string       `protobuf:"bytes,17,opt,name=item_description,json=itemDescription,proto3" json:"item_description,omitempty"`
	ItemId                 uint64       `protobuf:"varint,18,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	ItemUrl                string       `protobuf:"bytes,19,opt,name=item_url,json=itemUrl,proto3" json:"item_url,omitempty"`
	LevelOneCategoryId     uint64       `protobuf:"varint,20,opt,name=level_one_category_id,json=levelOneCategoryId,proto3" json:"level_one_category_id,omitempty"`
	LevelOneCategoryName   string       `` /* 126-byte string literal not displayed */
	Nick                   string       `protobuf:"bytes,22,opt,name=nick,proto3" json:"nick,omitempty"`
	NumIid                 uint64       `protobuf:"varint,23,opt,name=num_iid,json=numIid,proto3" json:"num_iid,omitempty"`
	PictUrl                string       `protobuf:"bytes,24,opt,name=pict_url,json=pictUrl,proto3" json:"pict_url,omitempty"`
	PresaleDeposit         string       `protobuf:"bytes,25,opt,name=presale_deposit,json=presaleDeposit,proto3" json:"presale_deposit,omitempty"`
	PresaleEndTime         uint64       `protobuf:"varint,26,opt,name=presale_end_time,json=presaleEndTime,proto3" json:"presale_end_time,omitempty"`
	PresaleStartTime       uint64       `protobuf:"varint,27,opt,name=presale_start_time,json=presaleStartTime,proto3" json:"presale_start_time,omitempty"`
	PresaleTailEndTime     uint64       `protobuf:"varint,28,opt,name=presale_tail_end_time,json=presaleTailEndTime,proto3" json:"presale_tail_end_time,omitempty"`
	PresaleTailStartTime   uint64       `` /* 127-byte string literal not displayed */
	PresaleDiscountFeeText string       `` /* 132-byte string literal not displayed */
	Provcity               string       `protobuf:"bytes,31,opt,name=provcity,proto3" json:"provcity,omitempty"`
	RealPostFee            string       `protobuf:"bytes,32,opt,name=real_post_fee,json=realPostFee,proto3" json:"real_post_fee,omitempty"`
	ReservePrice           string       `protobuf:"bytes,33,opt,name=reserve_price,json=reservePrice,proto3" json:"reserve_price,omitempty"`
	SellerId               uint64       `protobuf:"varint,34,opt,name=seller_id,json=sellerId,proto3" json:"seller_id,omitempty"`
	ShopDsr                uint64       `protobuf:"varint,35,opt,name=shop_dsr,json=shopDsr,proto3" json:"shop_dsr,omitempty"`
	ShortTitle             string       `protobuf:"bytes,36,opt,name=short_title,json=shortTitle,proto3" json:"short_title,omitempty"`
	SmallImages            *SmallImages `protobuf:"bytes,37,opt,name=small_images,json=smallImages,proto3" json:"small_images,omitempty"`
	SuperiorBrand          string       `protobuf:"bytes,38,opt,name=superior_brand,json=superiorBrand,proto3" json:"superior_brand,omitempty"`
	Title                  string       `protobuf:"bytes,39,opt,name=title,proto3" json:"title,omitempty"`
	TkTotalCommi           string       `protobuf:"bytes,40,opt,name=tk_total_commi,json=tkTotalCommi,proto3" json:"tk_total_commi,omitempty"`
	TkTotalSales           string       `protobuf:"bytes,41,opt,name=tk_total_sales,json=tkTotalSales,proto3" json:"tk_total_sales,omitempty"`
	Url                    string       `protobuf:"bytes,42,opt,name=url,proto3" json:"url,omitempty"`
	UserType               int64        `protobuf:"varint,43,opt,name=user_type,json=userType,proto3" json:"user_type,omitempty"`
	Volume                 int64        `protobuf:"varint,44,opt,name=volume,proto3" json:"volume,omitempty"`
	WhiteImage             string       `protobuf:"bytes,45,opt,name=white_image,json=whiteImage,proto3" json:"white_image,omitempty"`
	XId                    string       `protobuf:"bytes,46,opt,name=x_id,json=xId,proto3" json:"x_id,omitempty"`
	ZkFinalPrice           string       `protobuf:"bytes,47,opt,name=zk_final_price,json=zkFinalPrice,proto3" json:"zk_final_price,omitempty"`
	ShopTitle              string       `protobuf:"bytes,48,opt,name=shop_title,json=shopTitle,proto3" json:"shop_title,omitempty"`
	Oetime                 string       `protobuf:"bytes,49,opt,name=oetime,proto3" json:"oetime,omitempty"`
	Ostime                 string       `protobuf:"bytes,50,opt,name=ostime,proto3" json:"ostime,omitempty"`
	JddNum                 int64        `protobuf:"varint,51,opt,name=jdd_num,json=jddNum,proto3" json:"jdd_num,omitempty"`
	JddPrice               string       `protobuf:"bytes,52,opt,name=jdd_price,json=jddPrice,proto3" json:"jdd_price,omitempty"`
	Coupon                 string       `protobuf:"bytes,53,opt,name=coupon,proto3" json:"coupon,omitempty"`
	UvSumPreSale           string       `protobuf:"bytes,54,opt,name=uv_sum_pre_sale,json=uvSumPreSale,proto3" json:"uv_sum_pre_sale,omitempty"`
	OrigPrice              string       `protobuf:"bytes,55,opt,name=orig_price,json=origPrice,proto3" json:"orig_price,omitempty"`
	TotalStock             int64        `protobuf:"varint,56,opt,name=total_stock,json=totalStock,proto3" json:"total_stock,omitempty"`
	SellNum                int64        `protobuf:"varint,57,opt,name=sell_num,json=sellNum,proto3" json:"sell_num,omitempty"`
	Stock                  int64        `protobuf:"varint,58,opt,name=stock,proto3" json:"stock,omitempty"`
	TmallPlayActivityInfo  string       `` /* 129-byte string literal not displayed */
	LockRateEndTime        uint64       `protobuf:"varint,60,opt,name=lock_rate_end_time,json=lockRateEndTime,proto3" json:"lock_rate_end_time,omitempty"`
	LockRateStartTime      uint64       `protobuf:"varint,61,opt,name=lock_rate_start_time,json=lockRateStartTime,proto3" json:"lock_rate_start_time,omitempty"`
	LockRate               string       `protobuf:"bytes,62,opt,name=lock_rate,json=lockRate,proto3" json:"lock_rate,omitempty"`
	YsylTljSendTime        string       `protobuf:"bytes,63,opt,name=ysyl_tlj_send_time,json=ysylTljSendTime,proto3" json:"ysyl_tlj_send_time,omitempty"`
	YsylClickUrl           string       `protobuf:"bytes,64,opt,name=ysyl_click_url,json=ysylClickUrl,proto3" json:"ysyl_click_url,omitempty"`
	YsylCommissionRate     string       `protobuf:"bytes,65,opt,name=ysyl_commission_rate,json=ysylCommissionRate,proto3" json:"ysyl_commission_rate,omitempty"`
	YsylTljFace            string       `protobuf:"bytes,66,opt,name=ysyl_tlj_face,json=ysylTljFace,proto3" json:"ysyl_tlj_face,omitempty"`
	YsylTljUseEndTime      string       `protobuf:"bytes,67,opt,name=ysyl_tlj_use_end_time,json=ysylTljUseEndTime,proto3" json:"ysyl_tlj_use_end_time,omitempty"`
	YsylTljUseStartTime    string       `protobuf:"bytes,68,opt,name=ysyl_tlj_use_start_time,json=ysylTljUseStartTime,proto3" json:"ysyl_tlj_use_start_time,omitempty"`
	SalePrice              string       `protobuf:"bytes,69,opt,name=sale_price,json=salePrice,proto3" json:"sale_price,omitempty"`
	KuadianPromotionInfo   string       `protobuf:"bytes,70,opt,name=kuadian_promotion_info,json=kuadianPromotionInfo,proto3" json:"kuadian_promotion_info,omitempty"`
	CommiScore             string       `protobuf:"bytes,71,opt,name=commi_score,json=commiScore,proto3" json:"commi_score,omitempty"`
	MatchScore             string       `protobuf:"bytes,72,opt,name=match_score,json=matchScore,proto3" json:"match_score,omitempty"`
	// contains filtered or unexported fields
}

func (*GoodsDetail) Descriptor deprecated

func (*GoodsDetail) Descriptor() ([]byte, []int)

Deprecated: Use GoodsDetail.ProtoReflect.Descriptor instead.

func (*GoodsDetail) GetCategoryId

func (x *GoodsDetail) GetCategoryId() uint64

func (*GoodsDetail) GetCategoryName

func (x *GoodsDetail) GetCategoryName() string

func (*GoodsDetail) GetCommiScore

func (x *GoodsDetail) GetCommiScore() string

func (*GoodsDetail) GetCommissionRate

func (x *GoodsDetail) GetCommissionRate() string

func (*GoodsDetail) GetCommissionType

func (x *GoodsDetail) GetCommissionType() string

func (*GoodsDetail) GetCoupon

func (x *GoodsDetail) GetCoupon() string

func (*GoodsDetail) GetCouponAmount

func (x *GoodsDetail) GetCouponAmount() string

func (*GoodsDetail) GetCouponEndTime

func (x *GoodsDetail) GetCouponEndTime() string

func (*GoodsDetail) GetCouponId

func (x *GoodsDetail) GetCouponId() string

func (*GoodsDetail) GetCouponInfo

func (x *GoodsDetail) GetCouponInfo() string

func (*GoodsDetail) GetCouponRemainCount

func (x *GoodsDetail) GetCouponRemainCount() int64

func (*GoodsDetail) GetCouponShareUrl

func (x *GoodsDetail) GetCouponShareUrl() string

func (*GoodsDetail) GetCouponStartFee

func (x *GoodsDetail) GetCouponStartFee() string

func (*GoodsDetail) GetCouponStartTime

func (x *GoodsDetail) GetCouponStartTime() string

func (*GoodsDetail) GetCouponTotalCount

func (x *GoodsDetail) GetCouponTotalCount() int64

func (*GoodsDetail) GetIncludeDxjh

func (x *GoodsDetail) GetIncludeDxjh() string

func (*GoodsDetail) GetIncludeMkt

func (x *GoodsDetail) GetIncludeMkt() string

func (*GoodsDetail) GetInfoDxjh

func (x *GoodsDetail) GetInfoDxjh() string

func (*GoodsDetail) GetItemDescription

func (x *GoodsDetail) GetItemDescription() string

func (*GoodsDetail) GetItemId

func (x *GoodsDetail) GetItemId() uint64

func (*GoodsDetail) GetItemUrl

func (x *GoodsDetail) GetItemUrl() string

func (*GoodsDetail) GetJddNum

func (x *GoodsDetail) GetJddNum() int64

func (*GoodsDetail) GetJddPrice

func (x *GoodsDetail) GetJddPrice() string

func (*GoodsDetail) GetKuadianPromotionInfo

func (x *GoodsDetail) GetKuadianPromotionInfo() string

func (*GoodsDetail) GetLevelOneCategoryId

func (x *GoodsDetail) GetLevelOneCategoryId() uint64

func (*GoodsDetail) GetLevelOneCategoryName

func (x *GoodsDetail) GetLevelOneCategoryName() string

func (*GoodsDetail) GetLockRate

func (x *GoodsDetail) GetLockRate() string

func (*GoodsDetail) GetLockRateEndTime

func (x *GoodsDetail) GetLockRateEndTime() uint64

func (*GoodsDetail) GetLockRateStartTime

func (x *GoodsDetail) GetLockRateStartTime() uint64

func (*GoodsDetail) GetMatchScore

func (x *GoodsDetail) GetMatchScore() string

func (*GoodsDetail) GetNick

func (x *GoodsDetail) GetNick() string

func (*GoodsDetail) GetNumIid

func (x *GoodsDetail) GetNumIid() uint64

func (*GoodsDetail) GetOetime

func (x *GoodsDetail) GetOetime() string

func (*GoodsDetail) GetOrigPrice

func (x *GoodsDetail) GetOrigPrice() string

func (*GoodsDetail) GetOstime

func (x *GoodsDetail) GetOstime() string

func (*GoodsDetail) GetPictUrl

func (x *GoodsDetail) GetPictUrl() string

func (*GoodsDetail) GetPresaleDeposit

func (x *GoodsDetail) GetPresaleDeposit() string

func (*GoodsDetail) GetPresaleDiscountFeeText

func (x *GoodsDetail) GetPresaleDiscountFeeText() string

func (*GoodsDetail) GetPresaleEndTime

func (x *GoodsDetail) GetPresaleEndTime() uint64

func (*GoodsDetail) GetPresaleStartTime

func (x *GoodsDetail) GetPresaleStartTime() uint64

func (*GoodsDetail) GetPresaleTailEndTime

func (x *GoodsDetail) GetPresaleTailEndTime() uint64

func (*GoodsDetail) GetPresaleTailStartTime

func (x *GoodsDetail) GetPresaleTailStartTime() uint64

func (*GoodsDetail) GetProvcity

func (x *GoodsDetail) GetProvcity() string

func (*GoodsDetail) GetRealPostFee

func (x *GoodsDetail) GetRealPostFee() string

func (*GoodsDetail) GetReservePrice

func (x *GoodsDetail) GetReservePrice() string

func (*GoodsDetail) GetSalePrice

func (x *GoodsDetail) GetSalePrice() string

func (*GoodsDetail) GetSellNum

func (x *GoodsDetail) GetSellNum() int64

func (*GoodsDetail) GetSellerId

func (x *GoodsDetail) GetSellerId() uint64

func (*GoodsDetail) GetShopDsr

func (x *GoodsDetail) GetShopDsr() uint64

func (*GoodsDetail) GetShopTitle

func (x *GoodsDetail) GetShopTitle() string

func (*GoodsDetail) GetShortTitle

func (x *GoodsDetail) GetShortTitle() string

func (*GoodsDetail) GetSmallImages

func (x *GoodsDetail) GetSmallImages() *SmallImages

func (*GoodsDetail) GetStock

func (x *GoodsDetail) GetStock() int64

func (*GoodsDetail) GetSuperiorBrand

func (x *GoodsDetail) GetSuperiorBrand() string

func (*GoodsDetail) GetTitle

func (x *GoodsDetail) GetTitle() string

func (*GoodsDetail) GetTkTotalCommi

func (x *GoodsDetail) GetTkTotalCommi() string

func (*GoodsDetail) GetTkTotalSales

func (x *GoodsDetail) GetTkTotalSales() string

func (*GoodsDetail) GetTmallPlayActivityInfo

func (x *GoodsDetail) GetTmallPlayActivityInfo() string

func (*GoodsDetail) GetTotalStock

func (x *GoodsDetail) GetTotalStock() int64

func (*GoodsDetail) GetUrl

func (x *GoodsDetail) GetUrl() string

func (*GoodsDetail) GetUserType

func (x *GoodsDetail) GetUserType() int64

func (*GoodsDetail) GetUvSumPreSale

func (x *GoodsDetail) GetUvSumPreSale() string

func (*GoodsDetail) GetVolume

func (x *GoodsDetail) GetVolume() int64

func (*GoodsDetail) GetWhiteImage

func (x *GoodsDetail) GetWhiteImage() string

func (*GoodsDetail) GetXId

func (x *GoodsDetail) GetXId() string

func (*GoodsDetail) GetYsylClickUrl

func (x *GoodsDetail) GetYsylClickUrl() string

func (*GoodsDetail) GetYsylCommissionRate

func (x *GoodsDetail) GetYsylCommissionRate() string

func (*GoodsDetail) GetYsylTljFace

func (x *GoodsDetail) GetYsylTljFace() string

func (*GoodsDetail) GetYsylTljSendTime

func (x *GoodsDetail) GetYsylTljSendTime() string

func (*GoodsDetail) GetYsylTljUseEndTime

func (x *GoodsDetail) GetYsylTljUseEndTime() string

func (*GoodsDetail) GetYsylTljUseStartTime

func (x *GoodsDetail) GetYsylTljUseStartTime() string

func (*GoodsDetail) GetZkFinalPrice

func (x *GoodsDetail) GetZkFinalPrice() string

func (*GoodsDetail) ProtoMessage

func (*GoodsDetail) ProtoMessage()

func (*GoodsDetail) ProtoReflect

func (x *GoodsDetail) ProtoReflect() protoreflect.Message

func (*GoodsDetail) Reset

func (x *GoodsDetail) Reset()

func (*GoodsDetail) String

func (x *GoodsDetail) String() string

type InviterList added in v0.1.29

type InviterList struct {
	MapData []*MapData `protobuf:"bytes,1,rep,name=map_data,json=mapData,proto3" json:"map_data,omitempty"`
	// contains filtered or unexported fields
}

func (*InviterList) Descriptor deprecated added in v0.1.29

func (*InviterList) Descriptor() ([]byte, []int)

Deprecated: Use InviterList.ProtoReflect.Descriptor instead.

func (*InviterList) GetMapData added in v0.1.29

func (x *InviterList) GetMapData() []*MapData

func (*InviterList) ProtoMessage added in v0.1.29

func (*InviterList) ProtoMessage()

func (*InviterList) ProtoReflect added in v0.1.29

func (x *InviterList) ProtoReflect() protoreflect.Message

func (*InviterList) Reset added in v0.1.29

func (x *InviterList) Reset()

func (*InviterList) String added in v0.1.29

func (x *InviterList) String() string

type ItemInfo

type ItemInfo struct {
	Title             string       `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	PictUrl           string       `protobuf:"bytes,2,opt,name=pict_url,json=pictUrl,proto3" json:"pict_url,omitempty"`
	SmallImages       *SmallImages `protobuf:"bytes,3,opt,name=small_images,json=smallImages,proto3" json:"small_images,omitempty"`
	ReservePrice      float32      `protobuf:"fixed32,4,opt,name=reserve_price,json=reservePrice,proto3" json:"reserve_price,omitempty"`
	ZkFinalPrice      float32      `protobuf:"fixed32,5,opt,name=zk_final_price,json=zkFinalPrice,proto3" json:"zk_final_price,omitempty"`
	QhFinalPrice      float32      `protobuf:"fixed32,6,opt,name=qh_final_price,json=qhFinalPrice,proto3" json:"qh_final_price,omitempty"`
	QhFinalCommission float32      `protobuf:"fixed32,7,opt,name=qh_final_commission,json=qhFinalCommission,proto3" json:"qh_final_commission,omitempty"`
	ActivityId        string       `protobuf:"bytes,8,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	UserType          int64        `protobuf:"varint,9,opt,name=user_type,json=userType,proto3" json:"user_type,omitempty"`
	Volume            int64        `protobuf:"varint,10,opt,name=volume,proto3" json:"volume,omitempty"`
	SellerId          uint64       `protobuf:"varint,11,opt,name=seller_id,json=sellerId,proto3" json:"seller_id,omitempty"`
	Nick              string       `protobuf:"bytes,12,opt,name=nick,proto3" json:"nick,omitempty"`
	MaterialLibType   string       `protobuf:"bytes,13,opt,name=material_lib_type,json=materialLibType,proto3" json:"material_lib_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemInfo) Descriptor deprecated

func (*ItemInfo) Descriptor() ([]byte, []int)

Deprecated: Use ItemInfo.ProtoReflect.Descriptor instead.

func (*ItemInfo) GetActivityId

func (x *ItemInfo) GetActivityId() string

func (*ItemInfo) GetMaterialLibType

func (x *ItemInfo) GetMaterialLibType() string

func (*ItemInfo) GetNick

func (x *ItemInfo) GetNick() string

func (*ItemInfo) GetPictUrl

func (x *ItemInfo) GetPictUrl() string

func (*ItemInfo) GetQhFinalCommission

func (x *ItemInfo) GetQhFinalCommission() float32

func (*ItemInfo) GetQhFinalPrice

func (x *ItemInfo) GetQhFinalPrice() float32

func (*ItemInfo) GetReservePrice

func (x *ItemInfo) GetReservePrice() float32

func (*ItemInfo) GetSellerId

func (x *ItemInfo) GetSellerId() uint64

func (*ItemInfo) GetSmallImages

func (x *ItemInfo) GetSmallImages() *SmallImages

func (*ItemInfo) GetTitle

func (x *ItemInfo) GetTitle() string

func (*ItemInfo) GetUserType

func (x *ItemInfo) GetUserType() int64

func (*ItemInfo) GetVolume

func (x *ItemInfo) GetVolume() int64

func (*ItemInfo) GetZkFinalPrice

func (x *ItemInfo) GetZkFinalPrice() float32

func (*ItemInfo) ProtoMessage

func (*ItemInfo) ProtoMessage()

func (*ItemInfo) ProtoReflect

func (x *ItemInfo) ProtoReflect() protoreflect.Message

func (*ItemInfo) Reset

func (x *ItemInfo) Reset()

func (*ItemInfo) String

func (x *ItemInfo) String() string

type MapData added in v0.1.29

type MapData struct {
	ReationApp   string       `protobuf:"bytes,1,opt,name=reation_app,json=reationApp,proto3" json:"reation_app,omitempty"`        // 共享字段 - 备案场景:common(通用备案),etao(一淘备案),minietao(一淘小程序备案),offineShop(线下门店备案),offinePerson(线下个人备案)
	CreateDate   string       `protobuf:"bytes,2,opt,name=create_date,json=createDate,proto3" json:"create_date,omitempty"`        // 共享字段 - 备案日期
	AccountName  string       `protobuf:"bytes,3,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`     // 共享字段 - 渠道/会员昵称
	ReaName      string       `protobuf:"bytes,4,opt,name=rea_name,json=reaName,proto3" json:"rea_name,omitempty"`                 // 共享字段 - 渠道/会员姓名
	ReationId    int64        `protobuf:"varint,5,opt,name=reation_id,json=reationId,proto3" json:"reation_id,omitempty"`          // 渠道独有 - 渠道关系ID
	OffineScene  string       `protobuf:"bytes,6,opt,name=offine_scene,json=offineScene,proto3" json:"offine_scene,omitempty"`     // 渠道独有 - 线下场景信息,1 - 门店,2- 学校,3 - 工厂,4 - 其他
	OnineScene   string       `protobuf:"bytes,7,opt,name=onine_scene,json=onineScene,proto3" json:"onine_scene,omitempty"`        // 渠道独有 - 线上场景信息,1 - 微信群,2- QQ群,3 - 其他
	Note         string       `protobuf:"bytes,8,opt,name=note,proto3" json:"note,omitempty"`                                      // 渠道独有 - 媒体侧渠道备注信息
	RootPid      string       `protobuf:"bytes,9,opt,name=root_pid,json=rootPid,proto3" json:"root_pid,omitempty"`                 // 共享字段 - 渠道/会员专属pid
	Rtag         string       `protobuf:"bytes,10,opt,name=rtag,proto3" json:"rtag,omitempty"`                                     // 共享字段 - 渠道/会员原始身份信息
	OffineInfo   *OfflineInfo `protobuf:"bytes,11,opt,name=offine_info,json=offineInfo,proto3" json:"offine_info,omitempty"`       // 线下备案专属信息
	SpecialId    int64        `protobuf:"varint,12,opt,name=special_id,json=specialId,proto3" json:"special_id,omitempty"`         // 会员独有 - 会员运营ID
	PunishStatus string       `protobuf:"bytes,13,opt,name=punish_status,json=punishStatus,proto3" json:"punish_status,omitempty"` // 渠道独有 - 处罚状态 0 -正常 1-失效
	ExternalId   string       `protobuf:"bytes,14,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`       // 淘宝客外部用户标记,如自身系统账户ID;微信ID等
	// contains filtered or unexported fields
}

func (*MapData) Descriptor deprecated added in v0.1.29

func (*MapData) Descriptor() ([]byte, []int)

Deprecated: Use MapData.ProtoReflect.Descriptor instead.

func (*MapData) GetAccountName added in v0.1.29

func (x *MapData) GetAccountName() string

func (*MapData) GetCreateDate added in v0.1.29

func (x *MapData) GetCreateDate() string

func (*MapData) GetExternalId added in v0.1.29

func (x *MapData) GetExternalId() string

func (*MapData) GetNote added in v0.1.29

func (x *MapData) GetNote() string

func (*MapData) GetOffineInfo added in v0.1.29

func (x *MapData) GetOffineInfo() *OfflineInfo

func (*MapData) GetOffineScene added in v0.1.29

func (x *MapData) GetOffineScene() string

func (*MapData) GetOnineScene added in v0.1.29

func (x *MapData) GetOnineScene() string

func (*MapData) GetPunishStatus added in v0.1.29

func (x *MapData) GetPunishStatus() string

func (*MapData) GetReaName added in v0.1.29

func (x *MapData) GetReaName() string

func (*MapData) GetReationApp added in v0.1.29

func (x *MapData) GetReationApp() string

func (*MapData) GetReationId added in v0.1.29

func (x *MapData) GetReationId() int64

func (*MapData) GetRootPid added in v0.1.29

func (x *MapData) GetRootPid() string

func (*MapData) GetRtag added in v0.1.29

func (x *MapData) GetRtag() string

func (*MapData) GetSpecialId added in v0.1.29

func (x *MapData) GetSpecialId() int64

func (*MapData) ProtoMessage added in v0.1.29

func (*MapData) ProtoMessage()

func (*MapData) ProtoReflect added in v0.1.29

func (x *MapData) ProtoReflect() protoreflect.Message

func (*MapData) Reset added in v0.1.29

func (x *MapData) Reset()

func (*MapData) String added in v0.1.29

func (x *MapData) String() string

type OfflineInfo added in v0.1.29

type OfflineInfo struct {
	ShopName        string `protobuf:"bytes,1,opt,name=shop_name,json=shopName,proto3" json:"shop_name,omitempty"`                        // 渠道独有 -店铺名称
	ShopType        string `protobuf:"bytes,2,opt,name=shop_type,json=shopType,proto3" json:"shop_type,omitempty"`                        // 渠道独有 -店铺类型
	PhoneNumber     string `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`               // 渠道独有 -手机号码
	DetailAddress   string `protobuf:"bytes,4,opt,name=detail_address,json=detailAddress,proto3" json:"detail_address,omitempty"`         // 渠道独有 -详细地址
	Location        string `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"`                                        // 渠道独有 -地区
	ShopCertifyType string `protobuf:"bytes,6,opt,name=shop_certify_type,json=shopCertifyType,proto3" json:"shop_certify_type,omitempty"` // 渠道独有 -证件类型
	CertifyNumber   string `protobuf:"bytes,7,opt,name=certify_number,json=certifyNumber,proto3" json:"certify_number,omitempty"`         // 渠道独有 -对应的证件证件类型编号
	Career          string `protobuf:"bytes,8,opt,name=career,proto3" json:"career,omitempty"`                                            // 渠道独有 -经营类型
	// contains filtered or unexported fields
}

淘宝客私域用户备案信息查询api接口-渠道推广专属 API: http://api.tbk.dingdanxia.com/tbk/publisher_get

func (*OfflineInfo) Descriptor deprecated added in v0.1.29

func (*OfflineInfo) Descriptor() ([]byte, []int)

Deprecated: Use OfflineInfo.ProtoReflect.Descriptor instead.

func (*OfflineInfo) GetCareer added in v0.1.29

func (x *OfflineInfo) GetCareer() string

func (*OfflineInfo) GetCertifyNumber added in v0.1.29

func (x *OfflineInfo) GetCertifyNumber() string

func (*OfflineInfo) GetDetailAddress added in v0.1.29

func (x *OfflineInfo) GetDetailAddress() string

func (*OfflineInfo) GetLocation added in v0.1.29

func (x *OfflineInfo) GetLocation() string

func (*OfflineInfo) GetPhoneNumber added in v0.1.29

func (x *OfflineInfo) GetPhoneNumber() string

func (*OfflineInfo) GetShopCertifyType added in v0.1.29

func (x *OfflineInfo) GetShopCertifyType() string

func (*OfflineInfo) GetShopName added in v0.1.29

func (x *OfflineInfo) GetShopName() string

func (*OfflineInfo) GetShopType added in v0.1.29

func (x *OfflineInfo) GetShopType() string

func (*OfflineInfo) ProtoMessage added in v0.1.29

func (*OfflineInfo) ProtoMessage()

func (*OfflineInfo) ProtoReflect added in v0.1.29

func (x *OfflineInfo) ProtoReflect() protoreflect.Message

func (*OfflineInfo) Reset added in v0.1.29

func (x *OfflineInfo) Reset()

func (*OfflineInfo) String added in v0.1.29

func (x *OfflineInfo) String() string

type OrderDetail added in v0.1.29

type OrderDetail struct {
	TbPaidTime                         string `protobuf:"bytes,6,opt,name=tb_paid_time,json=tbPaidTime,proto3" json:"tb_paid_time,omitempty"`                             // 订单在淘宝拍下付款的时间
	TkPaidTime                         string `protobuf:"bytes,7,opt,name=tk_paid_time,json=tkPaidTime,proto3" json:"tk_paid_time,omitempty"`                             // 订单付款的时间,该时间同步淘宝,可能会略晚于买家在淘宝的订单创建时间
	PayPrice                           string `protobuf:"bytes,8,opt,name=pay_price,json=payPrice,proto3" json:"pay_price,omitempty"`                                     // 买家确认收货的付款金额(不包含运费金额
	PubShareFee                        string `protobuf:"bytes,9,opt,name=pub_share_fee,json=pubShareFee,proto3" json:"pub_share_fee,omitempty"`                          // 结算预估收入=结算金额*提成。以买家确认收货的付款金额为基数,预估您可能获得的收入。因买家退款、您违规推广等原因,可能与您最终收入不一致。最终收入以月结后您实际收到的为准
	TradeId                            string `protobuf:"bytes,10,opt,name=trade_id,json=tradeId,proto3" json:"trade_id,omitempty"`                                       // 买家通过购物车购买的每个商品对应的订单编号,此订单编号并未在淘宝买家后台透出(此订单号唯一,可作为唯一条件使用)
	TkOrderRole                        int64  `protobuf:"varint,11,opt,name=tk_order_role,json=tkOrderRole,proto3" json:"tk_order_role,omitempty"`                        // 二方:佣金收益的第一归属者; 三方:从其他淘宝客佣金中进行分成的推广者
	TkEarningTime                      string `protobuf:"bytes,12,opt,name=tk_earning_time,json=tkEarningTime,proto3" json:"tk_earning_time,omitempty"`                   // 订单确认收货后且商家完成佣金支付的时间
	AdzoneId                           int64  `protobuf:"varint,13,opt,name=adzone_id,json=adzoneId,proto3" json:"adzone_id,omitempty"`                                   // 推广位管理下的推广位名称对应的ID,同时也是pid=mm_1_2_3中的“3”这段数字
	PubShareRate                       string `protobuf:"bytes,14,opt,name=pub_share_rate,json=pubShareRate,proto3" json:"pub_share_rate,omitempty"`                      // 从结算佣金中分得的收益比率
	RefundTag                          int64  `protobuf:"varint,15,opt,name=refund_tag,json=refundTag,proto3" json:"refund_tag,omitempty"`                                // 维权标签,0 含义为非维权 1 含义为维权订单
	SubsidyRate                        string `protobuf:"bytes,16,opt,name=subsidy_rate,json=subsidyRate,proto3" json:"subsidy_rate,omitempty"`                           // 平台给与的补贴比率,如天猫、淘宝、聚划算等
	TkTotalRate                        string `protobuf:"bytes,17,opt,name=tk_total_rate,json=tkTotalRate,proto3" json:"tk_total_rate,omitempty"`                         // 提成=收入比率*分成比率。指实际获得收益的比率
	ItemCategoryName                   string `protobuf:"bytes,18,opt,name=item_category_name,json=itemCategoryName,proto3" json:"item_category_name,omitempty"`          // 商品所属的根类目,即一级类目的名称
	SellerNick                         string `protobuf:"bytes,19,opt,name=seller_nick,json=sellerNick,proto3" json:"seller_nick,omitempty"`                              // 掌柜旺旺
	PubId                              int64  `protobuf:"varint,20,opt,name=pub_id,json=pubId,proto3" json:"pub_id,omitempty"`                                            // 推广者的会员id
	AlimamaRate                        string `protobuf:"bytes,21,opt,name=alimama_rate,json=alimamaRate,proto3" json:"alimama_rate,omitempty"`                           // 推广者赚取佣金后支付给阿里妈妈的技术服务费用的比率
	SubsidyType                        string `protobuf:"bytes,22,opt,name=subsidy_type,json=subsidyType,proto3" json:"subsidy_type,omitempty"`                           // 平台出资方,如天猫、淘宝、或聚划算等
	ItemImg                            string `protobuf:"bytes,23,opt,name=item_img,json=itemImg,proto3" json:"item_img,omitempty"`                                       // 商品图片
	PubSharePreFee                     string `protobuf:"bytes,24,opt,name=pub_share_pre_fee,json=pubSharePreFee,proto3" json:"pub_share_pre_fee,omitempty"`              // 付款预估收入=付款金额*提成。指买家付款金额为基数,预估您可能获得的收入。因买家退款等原因,可能与结算预估收入不一致
	AlipayTotalPrice                   string `protobuf:"bytes,25,opt,name=alipay_total_price,json=alipayTotalPrice,proto3" json:"alipay_total_price,omitempty"`          // 买家拍下付款的金额(不包含运费金额)
	ItemTitle                          string `protobuf:"bytes,26,opt,name=item_title,json=itemTitle,proto3" json:"item_title,omitempty"`                                 // 商品标题
	ModifiedTime                       string `protobuf:"bytes,27,opt,name=modified_time,json=modifiedTime,proto3" json:"modified_time,omitempty"`                        // 订单更新时间
	SiteName                           string `protobuf:"bytes,28,opt,name=site_name,json=siteName,proto3" json:"site_name,omitempty"`                                    // 媒体管理下的对应ID的自定义名称
	ItemNum                            int64  `protobuf:"varint,29,opt,name=item_num,json=itemNum,proto3" json:"item_num,omitempty"`                                      // 商品数量
	SubsidyFee                         string `protobuf:"bytes,30,opt,name=subsidy_fee,json=subsidyFee,proto3" json:"subsidy_fee,omitempty"`                              // 补贴金额=结算金额*补贴比率
	AlimamaShareFee                    string `protobuf:"bytes,31,opt,name=alimama_share_fee,json=alimamaShareFee,proto3" json:"alimama_share_fee,omitempty"`             // 技术服务费=结算金额*收入比率*技术服务费率。推广者赚取佣金后支付给阿里妈妈的技术服务费用
	TradeParentId                      string `protobuf:"bytes,32,opt,name=trade_parent_id,json=tradeParentId,proto3" json:"trade_parent_id,omitempty"`                   // 买家在淘宝后台显示的订单编号
	OrderType                          string `protobuf:"bytes,33,opt,name=order_type,json=orderType,proto3" json:"order_type,omitempty"`                                 // 订单所属平台类型,包括天猫、淘宝、聚划算等
	TkCreateTime                       string `protobuf:"bytes,34,opt,name=tk_create_time,json=tkCreateTime,proto3" json:"tk_create_time,omitempty"`                      // 订单创建的时间,该时间同步淘宝,可能会略晚于买家在淘宝的订单创建时间
	FlowSource                         string `protobuf:"bytes,35,opt,name=flow_source,json=flowSource,proto3" json:"flow_source,omitempty"`                              // 产品类型
	TerminalType                       string `protobuf:"bytes,36,opt,name=terminal_type,json=terminalType,proto3" json:"terminal_type,omitempty"`                        // 成交平台
	ClickTime                          string `protobuf:"bytes,37,opt,name=click_time,json=clickTime,proto3" json:"click_time,omitempty"`                                 // 通过推广链接达到商品、店铺详情页的点击时间
	TkStatus                           int64  `protobuf:"varint,38,opt,name=tk_status,json=tkStatus,proto3" json:"tk_status,omitempty"`                                   // 已付款:指订单已付款,但还未确认收货 已收货:指订单已确认收货,但商家佣金未支付 已结算:指订单已确认收货,且商家佣金已支付成功 已失效:指订单关闭/订单佣金小于0.01元,订单关闭主要有:1)买家超时未付款; 2)买家付款前,买家/卖家取消了订单;3)订单付款后发起售中退款成功;3:订单结算,12:订单付款, 13:订单失效,14:订单成功
	ItemPrice                          string `protobuf:"bytes,39,opt,name=item_price,json=itemPrice,proto3" json:"item_price,omitempty"`                                 // 商品单价
	ItemId                             int64  `protobuf:"varint,40,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`                                         // 商品id
	AdzoneName                         string `protobuf:"bytes,41,opt,name=adzone_name,json=adzoneName,proto3" json:"adzone_name,omitempty"`                              // 推广位管理下的自定义推广位名称
	TotalCommissionRate                string `protobuf:"bytes,42,opt,name=total_commission_rate,json=totalCommissionRate,proto3" json:"total_commission_rate,omitempty"` // 佣金比率
	ItemLink                           string `protobuf:"bytes,43,opt,name=item_link,json=itemLink,proto3" json:"item_link,omitempty"`                                    // 商品链接
	SiteId                             int64  `protobuf:"varint,44,opt,name=site_id,json=siteId,proto3" json:"site_id,omitempty"`                                         // 媒体管理下的ID,同时也是pid=mm_1_2_3中的“2”这段数字
	SellerShopTitle                    string `protobuf:"bytes,45,opt,name=seller_shop_title,json=sellerShopTitle,proto3" json:"seller_shop_title,omitempty"`             // 店铺名称
	IncomeRate                         string `protobuf:"bytes,46,opt,name=income_rate,json=incomeRate,proto3" json:"income_rate,omitempty"`                              // 订单结算的佣金比率+平台的补贴比率
	TotalCommissionFee                 string `protobuf:"bytes,47,opt,name=total_commission_fee,json=totalCommissionFee,proto3" json:"total_commission_fee,omitempty"`    // 佣金金额=结算金额*佣金比率
	SpecialId                          int64  `protobuf:"varint,48,opt,name=special_id,json=specialId,proto3" json:"special_id,omitempty"`                                // 会员运营ID(需要申请到私域会员权限才返回此ID)
	RelationId                         int64  `protobuf:"varint,49,opt,name=relation_id,json=relationId,proto3" json:"relation_id,omitempty"`                             // 渠道关系ID会员运营ID(需要申请到渠道管理权限才返回此ID)
	TkDepositTime                      string `protobuf:"bytes,50,opt,name=tk_deposit_time,json=tkDepositTime,proto3" json:"tk_deposit_time,omitempty"`                   // 预售时期,用户对预售商品支付定金的付款时间,可能略晚于在淘宝付定金时间
	TbDepositTime                      string `protobuf:"bytes,51,opt,name=tb_deposit_time,json=tbDepositTime,proto3" json:"tb_deposit_time,omitempty"`                   // 预售时期,用户对预售商品支付定金的付款时间
	DepositPrice                       string `protobuf:"bytes,52,opt,name=deposit_price,json=depositPrice,proto3" json:"deposit_price,omitempty"`                        // 预售时期,用户对预售商品支付的定金金额
	TkCommissionPreFeeForMediaPlatform string ``                                                                                                                          // 预估内容专项服务费:内容场景专项技术服务费,内容推广者在内容场景进行推广需要支付给阿里妈妈专项的技术服务费用。专项服务费=付款金额*专项服务费率。
	/* 174-byte string literal not displayed */
	TkCommissionFeeForMediaPlatform string `` // 结算内容专项服务费:内容场景专项技术服务费,内容推广者在内容场景进行推广需要支付给阿里妈妈专项的技术服务费用。专项服务费=结算金额*专项服务费率。
	/* 163-byte string literal not displayed */
	TkCommissionRateForMediaPlatform string `` // 内容专项服务费率:内容场景专项技术服务费率,内容推广者在内容场景进行推广需要按结算金额支付一定比例给阿里妈妈作为内容场景专项技术服务费,用于提供与内容平台实现产品技术对接等服务。
	/* 166-byte string literal not displayed */
	AlscId            string        `protobuf:"bytes,56,opt,name=alsc_id,json=alscId,proto3" json:"alsc_id,omitempty"`                                      // 口碑子订单号
	AlscPid           string        `protobuf:"bytes,57,opt,name=alsc_pid,json=alscPid,proto3" json:"alsc_pid,omitempty"`                                   // 口碑父订单号
	ServiceFeeDtoList []*ServiceFee `protobuf:"bytes,58,rep,name=service_fee_dto_list,json=serviceFeeDtoList,proto3" json:"service_fee_dto_list,omitempty"` // 服务费信息
	LxRid             string        `protobuf:"bytes,59,opt,name=lx_rid,json=lxRid,proto3" json:"lx_rid,omitempty"`                                         // 激励池对应的rid
	IsLx              string        `protobuf:"bytes,60,opt,name=is_lx,json=isLx,proto3" json:"is_lx,omitempty"`                                            // 订单是否为激励池订单 1,表征是 0,表征否
	// contains filtered or unexported fields
}

func (*OrderDetail) Descriptor deprecated added in v0.1.29

func (*OrderDetail) Descriptor() ([]byte, []int)

Deprecated: Use OrderDetail.ProtoReflect.Descriptor instead.

func (*OrderDetail) GetAdzoneId added in v0.1.29

func (x *OrderDetail) GetAdzoneId() int64

func (*OrderDetail) GetAdzoneName added in v0.1.29

func (x *OrderDetail) GetAdzoneName() string

func (*OrderDetail) GetAlimamaRate added in v0.1.29

func (x *OrderDetail) GetAlimamaRate() string

func (*OrderDetail) GetAlimamaShareFee added in v0.1.29

func (x *OrderDetail) GetAlimamaShareFee() string

func (*OrderDetail) GetAlipayTotalPrice added in v0.1.29

func (x *OrderDetail) GetAlipayTotalPrice() string

func (*OrderDetail) GetAlscId added in v0.1.29

func (x *OrderDetail) GetAlscId() string

func (*OrderDetail) GetAlscPid added in v0.1.29

func (x *OrderDetail) GetAlscPid() string

func (*OrderDetail) GetClickTime added in v0.1.29

func (x *OrderDetail) GetClickTime() string

func (*OrderDetail) GetDepositPrice added in v0.1.29

func (x *OrderDetail) GetDepositPrice() string

func (*OrderDetail) GetFlowSource added in v0.1.29

func (x *OrderDetail) GetFlowSource() string

func (*OrderDetail) GetIncomeRate added in v0.1.29

func (x *OrderDetail) GetIncomeRate() string

func (*OrderDetail) GetIsLx added in v0.1.29

func (x *OrderDetail) GetIsLx() string

func (*OrderDetail) GetItemCategoryName added in v0.1.29

func (x *OrderDetail) GetItemCategoryName() string

func (*OrderDetail) GetItemId added in v0.1.29

func (x *OrderDetail) GetItemId() int64

func (*OrderDetail) GetItemImg added in v0.1.29

func (x *OrderDetail) GetItemImg() string
func (x *OrderDetail) GetItemLink() string

func (*OrderDetail) GetItemNum added in v0.1.29

func (x *OrderDetail) GetItemNum() int64

func (*OrderDetail) GetItemPrice added in v0.1.29

func (x *OrderDetail) GetItemPrice() string

func (*OrderDetail) GetItemTitle added in v0.1.29

func (x *OrderDetail) GetItemTitle() string

func (*OrderDetail) GetLxRid added in v0.1.29

func (x *OrderDetail) GetLxRid() string

func (*OrderDetail) GetModifiedTime added in v0.1.29

func (x *OrderDetail) GetModifiedTime() string

func (*OrderDetail) GetOrderType added in v0.1.29

func (x *OrderDetail) GetOrderType() string

func (*OrderDetail) GetPayPrice added in v0.1.29

func (x *OrderDetail) GetPayPrice() string

func (*OrderDetail) GetPubId added in v0.1.29

func (x *OrderDetail) GetPubId() int64

func (*OrderDetail) GetPubShareFee added in v0.1.29

func (x *OrderDetail) GetPubShareFee() string

func (*OrderDetail) GetPubSharePreFee added in v0.1.29

func (x *OrderDetail) GetPubSharePreFee() string

func (*OrderDetail) GetPubShareRate added in v0.1.29

func (x *OrderDetail) GetPubShareRate() string

func (*OrderDetail) GetRefundTag added in v0.1.29

func (x *OrderDetail) GetRefundTag() int64

func (*OrderDetail) GetRelationId added in v0.1.29

func (x *OrderDetail) GetRelationId() int64

func (*OrderDetail) GetSellerNick added in v0.1.29

func (x *OrderDetail) GetSellerNick() string

func (*OrderDetail) GetSellerShopTitle added in v0.1.29

func (x *OrderDetail) GetSellerShopTitle() string

func (*OrderDetail) GetServiceFeeDtoList added in v0.1.29

func (x *OrderDetail) GetServiceFeeDtoList() []*ServiceFee

func (*OrderDetail) GetSiteId added in v0.1.29

func (x *OrderDetail) GetSiteId() int64

func (*OrderDetail) GetSiteName added in v0.1.29

func (x *OrderDetail) GetSiteName() string

func (*OrderDetail) GetSpecialId added in v0.1.29

func (x *OrderDetail) GetSpecialId() int64

func (*OrderDetail) GetSubsidyFee added in v0.1.29

func (x *OrderDetail) GetSubsidyFee() string

func (*OrderDetail) GetSubsidyRate added in v0.1.29

func (x *OrderDetail) GetSubsidyRate() string

func (*OrderDetail) GetSubsidyType added in v0.1.29

func (x *OrderDetail) GetSubsidyType() string

func (*OrderDetail) GetTbDepositTime added in v0.1.29

func (x *OrderDetail) GetTbDepositTime() string

func (*OrderDetail) GetTbPaidTime added in v0.1.29

func (x *OrderDetail) GetTbPaidTime() string

func (*OrderDetail) GetTerminalType added in v0.1.29

func (x *OrderDetail) GetTerminalType() string

func (*OrderDetail) GetTkCommissionFeeForMediaPlatform added in v0.1.29

func (x *OrderDetail) GetTkCommissionFeeForMediaPlatform() string

func (*OrderDetail) GetTkCommissionPreFeeForMediaPlatform added in v0.1.29

func (x *OrderDetail) GetTkCommissionPreFeeForMediaPlatform() string

func (*OrderDetail) GetTkCommissionRateForMediaPlatform added in v0.1.29

func (x *OrderDetail) GetTkCommissionRateForMediaPlatform() string

func (*OrderDetail) GetTkCreateTime added in v0.1.29

func (x *OrderDetail) GetTkCreateTime() string

func (*OrderDetail) GetTkDepositTime added in v0.1.29

func (x *OrderDetail) GetTkDepositTime() string

func (*OrderDetail) GetTkEarningTime added in v0.1.29

func (x *OrderDetail) GetTkEarningTime() string

func (*OrderDetail) GetTkOrderRole added in v0.1.29

func (x *OrderDetail) GetTkOrderRole() int64

func (*OrderDetail) GetTkPaidTime added in v0.1.29

func (x *OrderDetail) GetTkPaidTime() string

func (*OrderDetail) GetTkStatus added in v0.1.29

func (x *OrderDetail) GetTkStatus() int64

func (*OrderDetail) GetTkTotalRate added in v0.1.29

func (x *OrderDetail) GetTkTotalRate() string

func (*OrderDetail) GetTotalCommissionFee added in v0.1.29

func (x *OrderDetail) GetTotalCommissionFee() string

func (*OrderDetail) GetTotalCommissionRate added in v0.1.29

func (x *OrderDetail) GetTotalCommissionRate() string

func (*OrderDetail) GetTradeId added in v0.1.29

func (x *OrderDetail) GetTradeId() string

func (*OrderDetail) GetTradeParentId added in v0.1.29

func (x *OrderDetail) GetTradeParentId() string

func (*OrderDetail) ProtoMessage added in v0.1.29

func (*OrderDetail) ProtoMessage()

func (*OrderDetail) ProtoReflect added in v0.1.29

func (x *OrderDetail) ProtoReflect() protoreflect.Message

func (*OrderDetail) Reset added in v0.1.29

func (x *OrderDetail) Reset()

func (*OrderDetail) String added in v0.1.29

func (x *OrderDetail) String() string

type OrderDetailRequest added in v0.1.29

type OrderDetailRequest struct {
	StartTime     string  `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`                   // 开始时间
	EndTime       string  `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`                         // 订单查询结束时间,订单开始时间至订单结束时间,中间时间段日常要求不超过3个小时,但如618、双11、年货节等大促期间预估时间段不可超过20分钟,超过会提示错误,调用时请务必注意时间段的选择
	QueryType     *int64  `protobuf:"varint,3,opt,name=query_type,json=queryType,proto3,oneof" json:"query_type,omitempty"`            // 默认1;查询时间类型,1:按照订单淘客创建时间查询,2:按照订单淘客付款时间查询,3:按照订单淘客结算时间查询,4:按照订单更新时间;
	PositionIndex *string `protobuf:"bytes,4,opt,name=position_index,json=positionIndex,proto3,oneof" json:"position_index,omitempty"` // 位点,除第一页之外,都需要传递;前端原样返回
	PageSize      *int64  `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"`               // 页大小,默认20,1~100
	PageNo        *int64  `protobuf:"varint,6,opt,name=page_no,json=pageNo,proto3,oneof" json:"page_no,omitempty"`                     // 第几页,默认1,1~100
	MemberType    *int64  `protobuf:"varint,7,opt,name=member_type,json=memberType,proto3,oneof" json:"member_type,omitempty"`         // 推广者角色类型,2:二方,3:三方,不传,表示所有角色
	TkStatus      *int64  `protobuf:"varint,8,opt,name=tk_status,json=tkStatus,proto3,oneof" json:"tk_status,omitempty"`               // 淘客订单状态,12-付款,13-关闭,14-确认收货,3-结算成功;不传,表示所有状态
	JumpType      *int64  `protobuf:"varint,9,opt,name=jump_type,json=jumpType,proto3,oneof" json:"jump_type,omitempty"`               // 默认1;跳转类型,当向前或者向后翻页必须提供,-1: 向前翻页,1:向后翻页
	OrderScene    *int64  `protobuf:"varint,10,opt,name=order_scene,json=orderScene,proto3,oneof" json:"order_scene,omitempty"`        // 场景订单场景类型,1:常规订单,2:渠道订单,3:会员运营订单,默认为1
	AccessToke    *string `protobuf:"bytes,11,opt,name=access_toke,json=accessToke,proto3,oneof" json:"access_toke,omitempty"`         // 用户access_token,多用户版本使用
	TbAuthId      *string `protobuf:"bytes,12,opt,name=tb_auth_id,json=tbAuthId,proto3,oneof" json:"tb_auth_id,omitempty"`             // 多授权,切换账号参数
	// contains filtered or unexported fields
}

func (*OrderDetailRequest) Descriptor deprecated added in v0.1.29

func (*OrderDetailRequest) Descriptor() ([]byte, []int)

Deprecated: Use OrderDetailRequest.ProtoReflect.Descriptor instead.

func (*OrderDetailRequest) GetAccessToke added in v0.1.29

func (x *OrderDetailRequest) GetAccessToke() string

func (*OrderDetailRequest) GetEndTime added in v0.1.29

func (x *OrderDetailRequest) GetEndTime() string

func (*OrderDetailRequest) GetJumpType added in v0.1.29

func (x *OrderDetailRequest) GetJumpType() int64

func (*OrderDetailRequest) GetMemberType added in v0.1.29

func (x *OrderDetailRequest) GetMemberType() int64

func (*OrderDetailRequest) GetOrderScene added in v0.1.29

func (x *OrderDetailRequest) GetOrderScene() int64

func (*OrderDetailRequest) GetPageNo added in v0.1.29

func (x *OrderDetailRequest) GetPageNo() int64

func (*OrderDetailRequest) GetPageSize added in v0.1.29

func (x *OrderDetailRequest) GetPageSize() int64

func (*OrderDetailRequest) GetPositionIndex added in v0.1.29

func (x *OrderDetailRequest) GetPositionIndex() string

func (*OrderDetailRequest) GetQueryType added in v0.1.29

func (x *OrderDetailRequest) GetQueryType() int64

func (*OrderDetailRequest) GetStartTime added in v0.1.29

func (x *OrderDetailRequest) GetStartTime() string

func (*OrderDetailRequest) GetTbAuthId added in v0.1.29

func (x *OrderDetailRequest) GetTbAuthId() string

func (*OrderDetailRequest) GetTkStatus added in v0.1.29

func (x *OrderDetailRequest) GetTkStatus() int64

func (*OrderDetailRequest) ProtoMessage added in v0.1.29

func (*OrderDetailRequest) ProtoMessage()

func (*OrderDetailRequest) ProtoReflect added in v0.1.29

func (x *OrderDetailRequest) ProtoReflect() protoreflect.Message

func (*OrderDetailRequest) Reset added in v0.1.29

func (x *OrderDetailRequest) Reset()

func (*OrderDetailRequest) String added in v0.1.29

func (x *OrderDetailRequest) String() string

type OrderDetailResponse added in v0.1.29

type OrderDetailResponse struct {
	Code          int64          `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg           string         `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	HasPre        bool           `protobuf:"varint,3,opt,name=has_pre,json=hasPre,proto3" json:"has_pre,omitempty"`                     // 是否还有上一页
	HasNext       bool           `protobuf:"varint,4,opt,name=has_next,json=hasNext,proto3" json:"has_next,omitempty"`                  // 是否还有下一页
	PageNo        int64          `protobuf:"varint,5,opt,name=page_no,json=pageNo,proto3" json:"page_no,omitempty"`                     // 页码
	PageSize      int64          `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`               // 页大小
	PositionIndex string         `protobuf:"bytes,7,opt,name=position_index,json=positionIndex,proto3" json:"position_index,omitempty"` // 位点字段,由调用方原样传递
	Data          []*OrderDetail `protobuf:"bytes,8,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderDetailResponse) Descriptor deprecated added in v0.1.29

func (*OrderDetailResponse) Descriptor() ([]byte, []int)

Deprecated: Use OrderDetailResponse.ProtoReflect.Descriptor instead.

func (*OrderDetailResponse) GetCode added in v0.1.29

func (x *OrderDetailResponse) GetCode() int64

func (*OrderDetailResponse) GetData added in v0.1.29

func (x *OrderDetailResponse) GetData() []*OrderDetail

func (*OrderDetailResponse) GetHasNext added in v0.1.30

func (x *OrderDetailResponse) GetHasNext() bool

func (*OrderDetailResponse) GetHasPre added in v0.1.30

func (x *OrderDetailResponse) GetHasPre() bool

func (*OrderDetailResponse) GetMsg added in v0.1.29

func (x *OrderDetailResponse) GetMsg() string

func (*OrderDetailResponse) GetPageNo added in v0.1.30

func (x *OrderDetailResponse) GetPageNo() int64

func (*OrderDetailResponse) GetPageSize added in v0.1.30

func (x *OrderDetailResponse) GetPageSize() int64

func (*OrderDetailResponse) GetPositionIndex added in v0.1.30

func (x *OrderDetailResponse) GetPositionIndex() string

func (*OrderDetailResponse) ProtoMessage added in v0.1.29

func (*OrderDetailResponse) ProtoMessage()

func (*OrderDetailResponse) ProtoReflect added in v0.1.29

func (x *OrderDetailResponse) ProtoReflect() protoreflect.Message

func (*OrderDetailResponse) Reset added in v0.1.29

func (x *OrderDetailResponse) Reset()

func (*OrderDetailResponse) String added in v0.1.29

func (x *OrderDetailResponse) String() string

type PromoteURLByIDRequest

type PromoteURLByIDRequest struct {
	Id          string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`                                             // mandatory 商品id
	Pid         *string `protobuf:"bytes,2,opt,name=pid,proto3,oneof" json:"pid,omitempty"`                                     // 淘宝联盟推广位pid,必须为在本平台授权淘宝账号下的pid,否则无效。如不传该参数则默认走后台填写的pid
	RelationId  *string `protobuf:"bytes,3,opt,name=relation_id,json=relationId,proto3,oneof" json:"relation_id,omitempty"`     // 渠道关系 ID,即备案到该合作方下面的唯一的渠道关系 ID,通过此关系 ID 进行转链即可实现订单的数据追踪,查看渠道订单数据; 注意:转链时候所传pid参数必须是您“渠道专属推广位”内的专属pid才可以,否则订单接口中无法返回渠道id信息。
	SpecialId   *string `protobuf:"bytes,4,opt,name=special_id,json=specialId,proto3,oneof" json:"special_id,omitempty"`        // 会员运营ID
	ExternalId  *string `protobuf:"bytes,5,opt,name=external_id,json=externalId,proto3,oneof" json:"external_id,omitempty"`     // 淘宝客外部用户标记,如自身系统账户ID;微信ID等 详细说明:https://dingdanxia.blog.csdn.net/article/details/107779132
	Tpwd        *bool   `protobuf:"varint,6,opt,name=tpwd,proto3,oneof" json:"tpwd,omitempty"`                                  // 是否生成淘口令,true 或false, 默认不生成,可生成优惠券口令和商品链接口令 其他注意事项:https://www.dingdanxia.com/article/127.html
	ActivityId  *string `protobuf:"bytes,7,opt,name=activityId,proto3,oneof" json:"activityId,omitempty"`                       // 阿里妈妈推广券ID,如果传该参数,则高佣链接将展现此券信息,不传会自动查找其它券。
	Text        *string `protobuf:"bytes,9,opt,name=text,proto3,oneof" json:"text,omitempty"`                                   // 要生成口令的标题,默认使用商品标题
	ItemInfo    *bool   `protobuf:"varint,10,opt,name=itemInfo,proto3,oneof" json:"itemInfo,omitempty"`                         // true或false,是否返回商品信息,包含标题、一口价、折扣价、券后价、券后佣金,是否天猫, 默认false
	Extspk      *bool   `protobuf:"varint,11,opt,name=extspk,proto3,oneof" json:"extspk,omitempty"`                             // true或false,是否同时去查私有券、猫超券,默认false不开启,开启后可能稍微增加转链响应速度,请合理使用。
	LeftSymbol  *string `protobuf:"bytes,12,opt,name=left_symbol,json=leftSymbol,proto3,oneof" json:"left_symbol,omitempty"`    // 淘口令左边符号,默认¥
	RightSymbol *string `protobuf:"bytes,13,opt,name=right_symbol,json=rightSymbol,proto3,oneof" json:"right_symbol,omitempty"` // 淘口令右边符号,默认¥
	Shorturl    *bool   `protobuf:"varint,14,opt,name=shorturl,proto3,oneof" json:"shorturl,omitempty"`                         // coupon_click_url 和 item_url 是否生成短连接
	Xid         *string `protobuf:"bytes,15,opt,name=xid,proto3,oneof" json:"xid,omitempty"`                                    // 团长与下游渠道合作的特殊标识,用于统计渠道推广效果
	Appkey      *string `protobuf:"bytes,16,opt,name=appkey,proto3,oneof" json:"appkey,omitempty"`                              // 自己淘宝开放平台具有口令生成权限的appkey 详细说明 https://www.dingdanxia.com/article/127.html
	Appsecret   *string `protobuf:"bytes,17,opt,name=appsecret,proto3,oneof" json:"appsecret,omitempty"`                        // 自己淘宝开放平台具有口令生成权限的appsecret 详细说明 https://www.dingdanxia.com/article/127.html
	TbAuthId    *int64  `protobuf:"varint,18,opt,name=tb_auth_id,json=tbAuthId,proto3,oneof" json:"tb_auth_id,omitempty"`       // 多个联盟号授权切换某一个时使用
	AccessToken *string `protobuf:"bytes,19,opt,name=access_token,json=accessToken,proto3,oneof" json:"access_token,omitempty"` // 多用户授权参数
	// contains filtered or unexported fields
}

func (*PromoteURLByIDRequest) Descriptor deprecated

func (*PromoteURLByIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use PromoteURLByIDRequest.ProtoReflect.Descriptor instead.

func (*PromoteURLByIDRequest) GetAccessToken added in v0.1.34

func (x *PromoteURLByIDRequest) GetAccessToken() string

func (*PromoteURLByIDRequest) GetActivityId

func (x *PromoteURLByIDRequest) GetActivityId() string

func (*PromoteURLByIDRequest) GetAppkey added in v0.1.34

func (x *PromoteURLByIDRequest) GetAppkey() string

func (*PromoteURLByIDRequest) GetAppsecret added in v0.1.34

func (x *PromoteURLByIDRequest) GetAppsecret() string

func (*PromoteURLByIDRequest) GetExternalId added in v0.1.34

func (x *PromoteURLByIDRequest) GetExternalId() string

func (*PromoteURLByIDRequest) GetExtspk

func (x *PromoteURLByIDRequest) GetExtspk() bool

func (*PromoteURLByIDRequest) GetId

func (x *PromoteURLByIDRequest) GetId() string

func (*PromoteURLByIDRequest) GetItemInfo

func (x *PromoteURLByIDRequest) GetItemInfo() bool

func (*PromoteURLByIDRequest) GetLeftSymbol

func (x *PromoteURLByIDRequest) GetLeftSymbol() string
func (x *PromoteURLByIDRequest) GetLogo() string

func (*PromoteURLByIDRequest) GetPid

func (x *PromoteURLByIDRequest) GetPid() string

func (*PromoteURLByIDRequest) GetRelationId

func (x *PromoteURLByIDRequest) GetRelationId() string

func (*PromoteURLByIDRequest) GetRightSymbol

func (x *PromoteURLByIDRequest) GetRightSymbol() string

func (*PromoteURLByIDRequest) GetShorturl added in v0.1.34

func (x *PromoteURLByIDRequest) GetShorturl() bool

func (*PromoteURLByIDRequest) GetSpecialId added in v0.1.34

func (x *PromoteURLByIDRequest) GetSpecialId() string

func (*PromoteURLByIDRequest) GetTbAuthId added in v0.1.34

func (x *PromoteURLByIDRequest) GetTbAuthId() int64

func (*PromoteURLByIDRequest) GetText

func (x *PromoteURLByIDRequest) GetText() string

func (*PromoteURLByIDRequest) GetTpwd

func (x *PromoteURLByIDRequest) GetTpwd() bool

func (*PromoteURLByIDRequest) GetXid added in v0.1.34

func (x *PromoteURLByIDRequest) GetXid() string

func (*PromoteURLByIDRequest) ProtoMessage

func (*PromoteURLByIDRequest) ProtoMessage()

func (*PromoteURLByIDRequest) ProtoReflect

func (x *PromoteURLByIDRequest) ProtoReflect() protoreflect.Message

func (*PromoteURLByIDRequest) Reset

func (x *PromoteURLByIDRequest) Reset()

func (*PromoteURLByIDRequest) String

func (x *PromoteURLByIDRequest) String() string

type PromoteURLByTKLRequest

type PromoteURLByTKLRequest struct {
	Tkl         string  `protobuf:"bytes,1,opt,name=tkl,proto3" json:"tkl,omitempty"`                                           // mandatory 商品TKL
	Pid         *string `protobuf:"bytes,2,opt,name=pid,proto3,oneof" json:"pid,omitempty"`                                     // 淘宝联盟推广位pid,必须为在本平台授权淘宝账号下的pid,否则无效。如不传该参数则默认走后台填写的pid
	RelationId  *string `protobuf:"bytes,3,opt,name=relation_id,json=relationId,proto3,oneof" json:"relation_id,omitempty"`     // 渠道关系 ID,即备案到该合作方下面的唯一的渠道关系 ID,通过此关系 ID 进行转链即可实现订单的数据追踪,查看渠道订单数据; 注意:转链时候所传pid参数必须是您“渠道专属推广位”内的专属pid才可以,否则订单接口中无法返回渠道id信息。
	SpecialId   *string `protobuf:"bytes,4,opt,name=special_id,json=specialId,proto3,oneof" json:"special_id,omitempty"`        // 会员运营ID
	ExternalId  *string `protobuf:"bytes,5,opt,name=external_id,json=externalId,proto3,oneof" json:"external_id,omitempty"`     // 淘宝客外部用户标记,如自身系统账户ID;微信ID等 详细说明:https://dingdanxia.blog.csdn.net/article/details/107779132
	Tpwd        *bool   `protobuf:"varint,6,opt,name=tpwd,proto3,oneof" json:"tpwd,omitempty"`                                  // 是否生成淘口令,true 或false, 默认不生成,可生成优惠券口令和商品链接口令 其他注意事项:https://www.dingdanxia.com/article/127.html
	ActivityId  *string `protobuf:"bytes,7,opt,name=activityId,proto3,oneof" json:"activityId,omitempty"`                       // 阿里妈妈推广券ID,如果传该参数,则高佣链接将展现此券信息,不传会自动查找其它券。
	Text        *string `protobuf:"bytes,9,opt,name=text,proto3,oneof" json:"text,omitempty"`                                   // 要生成口令的标题,默认使用商品标题
	ItemInfo    *bool   `protobuf:"varint,10,opt,name=itemInfo,proto3,oneof" json:"itemInfo,omitempty"`                         // true或false,是否返回商品信息,包含标题、一口价、折扣价、券后价、券后佣金,是否天猫, 默认false
	Extspk      *bool   `protobuf:"varint,11,opt,name=extspk,proto3,oneof" json:"extspk,omitempty"`                             // true或false,是否同时去查私有券、猫超券,默认false不开启,开启后可能稍微增加转链响应速度,请合理使用。
	LeftSymbol  *string `protobuf:"bytes,12,opt,name=left_symbol,json=leftSymbol,proto3,oneof" json:"left_symbol,omitempty"`    // 淘口令左边符号,默认¥
	RightSymbol *string `protobuf:"bytes,13,opt,name=right_symbol,json=rightSymbol,proto3,oneof" json:"right_symbol,omitempty"` // 淘口令右边符号,默认¥
	Shorturl    *bool   `protobuf:"varint,14,opt,name=shorturl,proto3,oneof" json:"shorturl,omitempty"`                         // coupon_click_url 和 item_url 是否生成短连接
	Xid         *string `protobuf:"bytes,15,opt,name=xid,proto3,oneof" json:"xid,omitempty"`                                    // 团长与下游渠道合作的特殊标识,用于统计渠道推广效果
	Appkey      *string `protobuf:"bytes,16,opt,name=appkey,proto3,oneof" json:"appkey,omitempty"`                              // 自己淘宝开放平台具有口令生成权限的appkey 详细说明 https://www.dingdanxia.com/article/127.html
	Appsecret   *string `protobuf:"bytes,17,opt,name=appsecret,proto3,oneof" json:"appsecret,omitempty"`                        // 自己淘宝开放平台具有口令生成权限的appsecret 详细说明 https://www.dingdanxia.com/article/127.html
	TbAuthId    *int64  `protobuf:"varint,18,opt,name=tb_auth_id,json=tbAuthId,proto3,oneof" json:"tb_auth_id,omitempty"`       // 多个联盟号授权切换某一个时使用
	AccessToken *string `protobuf:"bytes,19,opt,name=access_token,json=accessToken,proto3,oneof" json:"access_token,omitempty"` // 多用户授权参数
	// contains filtered or unexported fields
}

func (*PromoteURLByTKLRequest) Descriptor deprecated

func (*PromoteURLByTKLRequest) Descriptor() ([]byte, []int)

Deprecated: Use PromoteURLByTKLRequest.ProtoReflect.Descriptor instead.

func (*PromoteURLByTKLRequest) GetAccessToken added in v0.1.34

func (x *PromoteURLByTKLRequest) GetAccessToken() string

func (*PromoteURLByTKLRequest) GetActivityId

func (x *PromoteURLByTKLRequest) GetActivityId() string

func (*PromoteURLByTKLRequest) GetAppkey added in v0.1.34

func (x *PromoteURLByTKLRequest) GetAppkey() string

func (*PromoteURLByTKLRequest) GetAppsecret added in v0.1.34

func (x *PromoteURLByTKLRequest) GetAppsecret() string

func (*PromoteURLByTKLRequest) GetExternalId added in v0.1.34

func (x *PromoteURLByTKLRequest) GetExternalId() string

func (*PromoteURLByTKLRequest) GetExtspk

func (x *PromoteURLByTKLRequest) GetExtspk() bool

func (*PromoteURLByTKLRequest) GetItemInfo

func (x *PromoteURLByTKLRequest) GetItemInfo() bool

func (*PromoteURLByTKLRequest) GetLeftSymbol

func (x *PromoteURLByTKLRequest) GetLeftSymbol() string
func (x *PromoteURLByTKLRequest) GetLogo() string

func (*PromoteURLByTKLRequest) GetPid

func (x *PromoteURLByTKLRequest) GetPid() string

func (*PromoteURLByTKLRequest) GetRelationId

func (x *PromoteURLByTKLRequest) GetRelationId() string

func (*PromoteURLByTKLRequest) GetRightSymbol

func (x *PromoteURLByTKLRequest) GetRightSymbol() string

func (*PromoteURLByTKLRequest) GetShorturl added in v0.1.34

func (x *PromoteURLByTKLRequest) GetShorturl() bool

func (*PromoteURLByTKLRequest) GetSpecialId added in v0.1.34

func (x *PromoteURLByTKLRequest) GetSpecialId() string

func (*PromoteURLByTKLRequest) GetTbAuthId added in v0.1.34

func (x *PromoteURLByTKLRequest) GetTbAuthId() int64

func (*PromoteURLByTKLRequest) GetText

func (x *PromoteURLByTKLRequest) GetText() string

func (*PromoteURLByTKLRequest) GetTkl

func (x *PromoteURLByTKLRequest) GetTkl() string

func (*PromoteURLByTKLRequest) GetTpwd

func (x *PromoteURLByTKLRequest) GetTpwd() bool

func (*PromoteURLByTKLRequest) GetXid added in v0.1.34

func (x *PromoteURLByTKLRequest) GetXid() string

func (*PromoteURLByTKLRequest) ProtoMessage

func (*PromoteURLByTKLRequest) ProtoMessage()

func (*PromoteURLByTKLRequest) ProtoReflect

func (x *PromoteURLByTKLRequest) ProtoReflect() protoreflect.Message

func (*PromoteURLByTKLRequest) Reset

func (x *PromoteURLByTKLRequest) Reset()

func (*PromoteURLByTKLRequest) String

func (x *PromoteURLByTKLRequest) String() string

type PromoteURLResponse

type PromoteURLResponse struct {
	Code int64            `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg  string           `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data *PromotedURLData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*PromoteURLResponse) Descriptor deprecated

func (*PromoteURLResponse) Descriptor() ([]byte, []int)

Deprecated: Use PromoteURLResponse.ProtoReflect.Descriptor instead.

func (*PromoteURLResponse) GetCode

func (x *PromoteURLResponse) GetCode() int64

func (*PromoteURLResponse) GetData

func (x *PromoteURLResponse) GetData() *PromotedURLData

func (*PromoteURLResponse) GetMsg

func (x *PromoteURLResponse) GetMsg() string

func (*PromoteURLResponse) ProtoMessage

func (*PromoteURLResponse) ProtoMessage()

func (*PromoteURLResponse) ProtoReflect

func (x *PromoteURLResponse) ProtoReflect() protoreflect.Message

func (*PromoteURLResponse) Reset

func (x *PromoteURLResponse) Reset()

func (*PromoteURLResponse) String

func (x *PromoteURLResponse) String() string

type PromotedURLData

type PromotedURLData struct {
	CategoryId          uint64    `protobuf:"varint,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	CouponClickUrl      string    `protobuf:"bytes,2,opt,name=coupon_click_url,json=couponClickUrl,proto3" json:"coupon_click_url,omitempty"`
	CouponStartTime     string    `protobuf:"bytes,3,opt,name=coupon_start_time,json=couponStartTime,proto3" json:"coupon_start_time,omitempty"`
	CouponEndTime       string    `protobuf:"bytes,4,opt,name=coupon_end_time,json=couponEndTime,proto3" json:"coupon_end_time,omitempty"`
	CouponInfo          string    `protobuf:"bytes,5,opt,name=coupon_info,json=couponInfo,proto3" json:"coupon_info,omitempty"`
	Coupon              string    `protobuf:"bytes,6,opt,name=coupon,proto3" json:"coupon,omitempty"`
	ItemId              uint64    `protobuf:"varint,7,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	MaxCommissionRate   string    `protobuf:"bytes,8,opt,name=max_commission_rate,json=maxCommissionRate,proto3" json:"max_commission_rate,omitempty"`
	CouponTotalCount    int64     `protobuf:"varint,9,opt,name=coupon_total_count,json=couponTotalCount,proto3" json:"coupon_total_count,omitempty"`
	CouponRemainCount   int64     `protobuf:"varint,10,opt,name=coupon_remain_count,json=couponRemainCount,proto3" json:"coupon_remain_count,omitempty"`
	MmCouponRemainCount int64     `protobuf:"varint,11,opt,name=mm_coupon_remain_count,json=mmCouponRemainCount,proto3" json:"mm_coupon_remain_count,omitempty"`
	MmCouponTotalCount  int64     `protobuf:"varint,12,opt,name=mm_coupon_total_count,json=mmCouponTotalCount,proto3" json:"mm_coupon_total_count,omitempty"`
	MmCouponClickUrl    string    `protobuf:"bytes,13,opt,name=mm_coupon_click_url,json=mmCouponClickUrl,proto3" json:"mm_coupon_click_url,omitempty"`
	MmCouponStartTime   string    `protobuf:"bytes,14,opt,name=mm_coupon_start_time,json=mmCouponStartTime,proto3" json:"mm_coupon_start_time,omitempty"`
	MmCouponEndTime     string    `protobuf:"bytes,15,opt,name=mm_coupon_end_time,json=mmCouponEndTime,proto3" json:"mm_coupon_end_time,omitempty"`
	MmCouponInfo        string    `protobuf:"bytes,16,opt,name=mm_coupon_info,json=mmCouponInfo,proto3" json:"mm_coupon_info,omitempty"`
	CouponType          int64     `protobuf:"varint,17,opt,name=coupon_type,json=couponType,proto3" json:"coupon_type,omitempty"`
	ItemUrl             string    `protobuf:"bytes,18,opt,name=item_url,json=itemUrl,proto3" json:"item_url,omitempty"`
	CouponTpwd          string    `protobuf:"bytes,19,opt,name=coupon_tpwd,json=couponTpwd,proto3" json:"coupon_tpwd,omitempty"`
	LongCouponTpwd      string    `protobuf:"bytes,20,opt,name=long_coupon_tpwd,json=longCouponTpwd,proto3" json:"long_coupon_tpwd,omitempty"`
	ItemTpwd            string    `protobuf:"bytes,21,opt,name=item_tpwd,json=itemTpwd,proto3" json:"item_tpwd,omitempty"`
	LongItemTpwd        string    `protobuf:"bytes,22,opt,name=long_item_tpwd,json=longItemTpwd,proto3" json:"long_item_tpwd,omitempty"`
	ItemInfo            *ItemInfo `protobuf:"bytes,23,opt,name=itemInfo,proto3" json:"itemInfo,omitempty"`
	YsylClickUrl        string    `protobuf:"bytes,24,opt,name=ysyl_click_url,json=ysylClickUrl,proto3" json:"ysyl_click_url,omitempty"`
	YsylTljFace         string    `protobuf:"bytes,25,opt,name=ysyl_tlj_face,json=ysylTljFace,proto3" json:"ysyl_tlj_face,omitempty"`
	YsylTljSendTime     string    `protobuf:"bytes,26,opt,name=ysyl_tlj_send_time,json=ysylTljSendTime,proto3" json:"ysyl_tlj_send_time,omitempty"`
	YsylCommissionRate  string    `protobuf:"bytes,27,opt,name=ysyl_commission_rate,json=ysylCommissionRate,proto3" json:"ysyl_commission_rate,omitempty"`
	YsylTljUseStartTime string    `protobuf:"bytes,28,opt,name=ysyl_tlj_use_start_time,json=ysylTljUseStartTime,proto3" json:"ysyl_tlj_use_start_time,omitempty"`
	YsylTljUseEndTime   string    `protobuf:"bytes,29,opt,name=ysyl_tlj_use_end_time,json=ysylTljUseEndTime,proto3" json:"ysyl_tlj_use_end_time,omitempty"`
	MinCommissionRate   string    `protobuf:"bytes,30,opt,name=min_commission_rate,json=minCommissionRate,proto3" json:"min_commission_rate,omitempty"`
	RewardInfo          int64     `protobuf:"varint,31,opt,name=reward_info,json=rewardInfo,proto3" json:"reward_info,omitempty"`
	// contains filtered or unexported fields
}

func (*PromotedURLData) Descriptor deprecated

func (*PromotedURLData) Descriptor() ([]byte, []int)

Deprecated: Use PromotedURLData.ProtoReflect.Descriptor instead.

func (*PromotedURLData) GetCategoryId

func (x *PromotedURLData) GetCategoryId() uint64

func (*PromotedURLData) GetCoupon

func (x *PromotedURLData) GetCoupon() string

func (*PromotedURLData) GetCouponClickUrl

func (x *PromotedURLData) GetCouponClickUrl() string

func (*PromotedURLData) GetCouponEndTime

func (x *PromotedURLData) GetCouponEndTime() string

func (*PromotedURLData) GetCouponInfo

func (x *PromotedURLData) GetCouponInfo() string

func (*PromotedURLData) GetCouponRemainCount

func (x *PromotedURLData) GetCouponRemainCount() int64

func (*PromotedURLData) GetCouponStartTime

func (x *PromotedURLData) GetCouponStartTime() string

func (*PromotedURLData) GetCouponTotalCount

func (x *PromotedURLData) GetCouponTotalCount() int64

func (*PromotedURLData) GetCouponTpwd

func (x *PromotedURLData) GetCouponTpwd() string

func (*PromotedURLData) GetCouponType

func (x *PromotedURLData) GetCouponType() int64

func (*PromotedURLData) GetItemId

func (x *PromotedURLData) GetItemId() uint64

func (*PromotedURLData) GetItemInfo

func (x *PromotedURLData) GetItemInfo() *ItemInfo

func (*PromotedURLData) GetItemTpwd

func (x *PromotedURLData) GetItemTpwd() string

func (*PromotedURLData) GetItemUrl

func (x *PromotedURLData) GetItemUrl() string

func (*PromotedURLData) GetLongCouponTpwd

func (x *PromotedURLData) GetLongCouponTpwd() string

func (*PromotedURLData) GetLongItemTpwd

func (x *PromotedURLData) GetLongItemTpwd() string

func (*PromotedURLData) GetMaxCommissionRate

func (x *PromotedURLData) GetMaxCommissionRate() string

func (*PromotedURLData) GetMinCommissionRate

func (x *PromotedURLData) GetMinCommissionRate() string

func (*PromotedURLData) GetMmCouponClickUrl

func (x *PromotedURLData) GetMmCouponClickUrl() string

func (*PromotedURLData) GetMmCouponEndTime

func (x *PromotedURLData) GetMmCouponEndTime() string

func (*PromotedURLData) GetMmCouponInfo

func (x *PromotedURLData) GetMmCouponInfo() string

func (*PromotedURLData) GetMmCouponRemainCount

func (x *PromotedURLData) GetMmCouponRemainCount() int64

func (*PromotedURLData) GetMmCouponStartTime

func (x *PromotedURLData) GetMmCouponStartTime() string

func (*PromotedURLData) GetMmCouponTotalCount

func (x *PromotedURLData) GetMmCouponTotalCount() int64

func (*PromotedURLData) GetRewardInfo

func (x *PromotedURLData) GetRewardInfo() int64

func (*PromotedURLData) GetYsylClickUrl

func (x *PromotedURLData) GetYsylClickUrl() string

func (*PromotedURLData) GetYsylCommissionRate

func (x *PromotedURLData) GetYsylCommissionRate() string

func (*PromotedURLData) GetYsylTljFace

func (x *PromotedURLData) GetYsylTljFace() string

func (*PromotedURLData) GetYsylTljSendTime

func (x *PromotedURLData) GetYsylTljSendTime() string

func (*PromotedURLData) GetYsylTljUseEndTime

func (x *PromotedURLData) GetYsylTljUseEndTime() string

func (*PromotedURLData) GetYsylTljUseStartTime

func (x *PromotedURLData) GetYsylTljUseStartTime() string

func (*PromotedURLData) ProtoMessage

func (*PromotedURLData) ProtoMessage()

func (*PromotedURLData) ProtoReflect

func (x *PromotedURLData) ProtoReflect() protoreflect.Message

func (*PromotedURLData) Reset

func (x *PromotedURLData) Reset()

func (*PromotedURLData) String

func (x *PromotedURLData) String() string

type PublisherData added in v0.1.29

type PublisherData struct {
	InviterList        *InviterList        `protobuf:"bytes,1,opt,name=inviter_list,json=inviterList,proto3" json:"inviter_list,omitempty"`
	RootPidChannelList *RootPidChannelList `protobuf:"bytes,2,opt,name=root_pid_channel_list,json=rootPidChannelList,proto3" json:"root_pid_channel_list,omitempty"`
	TotalCount         int64               `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// contains filtered or unexported fields
}

func (*PublisherData) Descriptor deprecated added in v0.1.29

func (*PublisherData) Descriptor() ([]byte, []int)

Deprecated: Use PublisherData.ProtoReflect.Descriptor instead.

func (*PublisherData) GetInviterList added in v0.1.29

func (x *PublisherData) GetInviterList() *InviterList

func (*PublisherData) GetRootPidChannelList added in v0.1.29

func (x *PublisherData) GetRootPidChannelList() *RootPidChannelList

func (*PublisherData) GetTotalCount added in v0.1.29

func (x *PublisherData) GetTotalCount() int64

func (*PublisherData) ProtoMessage added in v0.1.29

func (*PublisherData) ProtoMessage()

func (*PublisherData) ProtoReflect added in v0.1.29

func (x *PublisherData) ProtoReflect() protoreflect.Message

func (*PublisherData) Reset added in v0.1.29

func (x *PublisherData) Reset()

func (*PublisherData) String added in v0.1.29

func (x *PublisherData) String() string

type PublisherGetRequest added in v0.1.29

type PublisherGetRequest struct {
	InfoType    int64   `protobuf:"varint,1,opt,name=info_type,json=infoType,proto3" json:"info_type,omitempty"`             // 类型,必选 1:渠道信息;2:会员信息
	RelationApp string  `protobuf:"bytes,2,opt,name=relation_app,json=relationApp,proto3" json:"relation_app,omitempty"`     // 备案的场景:common(通用备案),etao(一淘备案),minietao(一淘小程序备案),offlineShop(线下门店备案),offlinePerson(线下个人备案)。如不填默认common。查询会员信息只需填写common即可
	RelationId  *int64  `protobuf:"varint,3,opt,name=relation_id,json=relationId,proto3,oneof" json:"relation_id,omitempty"` // 渠道独占 - 渠道关系ID
	PageNo      *int64  `protobuf:"varint,4,opt,name=page_no,json=pageNo,proto3,oneof" json:"page_no,omitempty"`             // 第几页
	PageSize    *int64  `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"`       // 每页数据条数
	SpecialId   *string `protobuf:"bytes,6,opt,name=special_id,json=specialId,proto3,oneof" json:"special_id,omitempty"`     // 会员独占 - 会员运营ID
	ExternalId  *string `protobuf:"bytes,7,opt,name=external_id,json=externalId,proto3,oneof" json:"external_id,omitempty"`  // 淘宝客外部用户标记,如自身系统账户ID;微信ID等
	// contains filtered or unexported fields
}

func (*PublisherGetRequest) Descriptor deprecated added in v0.1.29

func (*PublisherGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use PublisherGetRequest.ProtoReflect.Descriptor instead.

func (*PublisherGetRequest) GetExternalId added in v0.1.29

func (x *PublisherGetRequest) GetExternalId() string

func (*PublisherGetRequest) GetInfoType added in v0.1.29

func (x *PublisherGetRequest) GetInfoType() int64

func (*PublisherGetRequest) GetPageNo added in v0.1.29

func (x *PublisherGetRequest) GetPageNo() int64

func (*PublisherGetRequest) GetPageSize added in v0.1.29

func (x *PublisherGetRequest) GetPageSize() int64

func (*PublisherGetRequest) GetRelationApp added in v0.1.29

func (x *PublisherGetRequest) GetRelationApp() string

func (*PublisherGetRequest) GetRelationId added in v0.1.29

func (x *PublisherGetRequest) GetRelationId() int64

func (*PublisherGetRequest) GetSpecialId added in v0.1.29

func (x *PublisherGetRequest) GetSpecialId() string

func (*PublisherGetRequest) ProtoMessage added in v0.1.29

func (*PublisherGetRequest) ProtoMessage()

func (*PublisherGetRequest) ProtoReflect added in v0.1.29

func (x *PublisherGetRequest) ProtoReflect() protoreflect.Message

func (*PublisherGetRequest) Reset added in v0.1.29

func (x *PublisherGetRequest) Reset()

func (*PublisherGetRequest) String added in v0.1.29

func (x *PublisherGetRequest) String() string

type PublisherGetResponse added in v0.1.29

type PublisherGetResponse struct {
	Code int64          `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg  string         `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data *PublisherData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*PublisherGetResponse) Descriptor deprecated added in v0.1.29

func (*PublisherGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use PublisherGetResponse.ProtoReflect.Descriptor instead.

func (*PublisherGetResponse) GetCode added in v0.1.29

func (x *PublisherGetResponse) GetCode() int64

func (*PublisherGetResponse) GetData added in v0.1.29

func (x *PublisherGetResponse) GetData() *PublisherData

func (*PublisherGetResponse) GetMsg added in v0.1.29

func (x *PublisherGetResponse) GetMsg() string

func (*PublisherGetResponse) ProtoMessage added in v0.1.29

func (*PublisherGetResponse) ProtoMessage()

func (*PublisherGetResponse) ProtoReflect added in v0.1.29

func (x *PublisherGetResponse) ProtoReflect() protoreflect.Message

func (*PublisherGetResponse) Reset added in v0.1.29

func (x *PublisherGetResponse) Reset()

func (*PublisherGetResponse) String added in v0.1.29

func (x *PublisherGetResponse) String() string

type PublisherSaveData added in v0.1.31

type PublisherSaveData struct {
	AuthorizationUrl string `protobuf:"bytes,1,opt,name=authorization_url,json=authorizationUrl,proto3" json:"authorization_url,omitempty"` // 授权链接,用户打开此链接备案,10分钟有效期
	Note             string `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`                                                 // 注意事项
	// contains filtered or unexported fields
}

淘宝客渠道信息备案api接口-渠道推广专属(无私域会员API接口权限专属)

func (*PublisherSaveData) Descriptor deprecated added in v0.1.31

func (*PublisherSaveData) Descriptor() ([]byte, []int)

Deprecated: Use PublisherSaveData.ProtoReflect.Descriptor instead.

func (*PublisherSaveData) GetAuthorizationUrl added in v0.1.31

func (x *PublisherSaveData) GetAuthorizationUrl() string

func (*PublisherSaveData) GetNote added in v0.1.31

func (x *PublisherSaveData) GetNote() string

func (*PublisherSaveData) ProtoMessage added in v0.1.31

func (*PublisherSaveData) ProtoMessage()

func (*PublisherSaveData) ProtoReflect added in v0.1.31

func (x *PublisherSaveData) ProtoReflect() protoreflect.Message

func (*PublisherSaveData) Reset added in v0.1.31

func (x *PublisherSaveData) Reset()

func (*PublisherSaveData) String added in v0.1.31

func (x *PublisherSaveData) String() string

type PublisherSaveRequest added in v0.1.28

type PublisherSaveRequest struct {
	CallbackUrl        string  `protobuf:"bytes,1,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"`                              // 代理授权,并登记备案后,返回渠道/会员信息至回调地址 请输入完整的可跳转地址 例如 https://www.dingdanxia.com/
	CallbackDataFormat *string `protobuf:"bytes,2,opt,name=callback_data_format,json=callbackDataFormat,proto3,oneof" json:"callback_data_format,omitempty"` // json: 返回json参数,parm :返回url参数
	Note               string  `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`                                                               // 备注,此内容填写用户唯一标识,跟返回的relation_id字段做关联
	Type               *int64  `protobuf:"varint,4,opt,name=type,proto3,oneof" json:"type,omitempty"`                                                        // 1:电脑版授权页面,2:手机版授权页面,默认值1
	// contains filtered or unexported fields
}

func (*PublisherSaveRequest) Descriptor deprecated added in v0.1.28

func (*PublisherSaveRequest) Descriptor() ([]byte, []int)

Deprecated: Use PublisherSaveRequest.ProtoReflect.Descriptor instead.

func (*PublisherSaveRequest) GetCallbackDataFormat added in v0.1.28

func (x *PublisherSaveRequest) GetCallbackDataFormat() string

func (*PublisherSaveRequest) GetCallbackUrl added in v0.1.28

func (x *PublisherSaveRequest) GetCallbackUrl() string

func (*PublisherSaveRequest) GetNote added in v0.1.28

func (x *PublisherSaveRequest) GetNote() string

func (*PublisherSaveRequest) GetType added in v0.1.28

func (x *PublisherSaveRequest) GetType() int64

func (*PublisherSaveRequest) ProtoMessage added in v0.1.28

func (*PublisherSaveRequest) ProtoMessage()

func (*PublisherSaveRequest) ProtoReflect added in v0.1.28

func (x *PublisherSaveRequest) ProtoReflect() protoreflect.Message

func (*PublisherSaveRequest) Reset added in v0.1.28

func (x *PublisherSaveRequest) Reset()

func (*PublisherSaveRequest) String added in v0.1.28

func (x *PublisherSaveRequest) String() string

type PublisherSaveResponse added in v0.1.28

type PublisherSaveResponse struct {
	Code int64              `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg  string             `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data *PublisherSaveData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*PublisherSaveResponse) Descriptor deprecated added in v0.1.28

func (*PublisherSaveResponse) Descriptor() ([]byte, []int)

Deprecated: Use PublisherSaveResponse.ProtoReflect.Descriptor instead.

func (*PublisherSaveResponse) GetCode added in v0.1.31

func (x *PublisherSaveResponse) GetCode() int64

func (*PublisherSaveResponse) GetData added in v0.1.31

func (*PublisherSaveResponse) GetMsg added in v0.1.31

func (x *PublisherSaveResponse) GetMsg() string

func (*PublisherSaveResponse) ProtoMessage added in v0.1.28

func (*PublisherSaveResponse) ProtoMessage()

func (*PublisherSaveResponse) ProtoReflect added in v0.1.28

func (x *PublisherSaveResponse) ProtoReflect() protoreflect.Message

func (*PublisherSaveResponse) Reset added in v0.1.28

func (x *PublisherSaveResponse) Reset()

func (*PublisherSaveResponse) String added in v0.1.28

func (x *PublisherSaveResponse) String() string

type RootPidChannelList added in v0.1.29

type RootPidChannelList struct {
	String_ []string `protobuf:"bytes,1,rep,name=string,proto3" json:"string,omitempty"`
	// contains filtered or unexported fields
}

func (*RootPidChannelList) Descriptor deprecated added in v0.1.29

func (*RootPidChannelList) Descriptor() ([]byte, []int)

Deprecated: Use RootPidChannelList.ProtoReflect.Descriptor instead.

func (*RootPidChannelList) GetString_ added in v0.1.29

func (x *RootPidChannelList) GetString_() []string

func (*RootPidChannelList) ProtoMessage added in v0.1.29

func (*RootPidChannelList) ProtoMessage()

func (*RootPidChannelList) ProtoReflect added in v0.1.29

func (x *RootPidChannelList) ProtoReflect() protoreflect.Message

func (*RootPidChannelList) Reset added in v0.1.29

func (x *RootPidChannelList) Reset()

func (*RootPidChannelList) String added in v0.1.29

func (x *RootPidChannelList) String() string

type SearchGoodsMsgData

type SearchGoodsMsgData struct {
	TotalResults int64          `protobuf:"varint,1,opt,name=total_results,json=totalResults,proto3" json:"total_results,omitempty"`
	Data         []*GoodsDetail `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchGoodsMsgData) Descriptor deprecated

func (*SearchGoodsMsgData) Descriptor() ([]byte, []int)

Deprecated: Use SearchGoodsMsgData.ProtoReflect.Descriptor instead.

func (*SearchGoodsMsgData) GetData

func (x *SearchGoodsMsgData) GetData() []*GoodsDetail

func (*SearchGoodsMsgData) GetTotalResults

func (x *SearchGoodsMsgData) GetTotalResults() int64

func (*SearchGoodsMsgData) ProtoMessage

func (*SearchGoodsMsgData) ProtoMessage()

func (*SearchGoodsMsgData) ProtoReflect

func (x *SearchGoodsMsgData) ProtoReflect() protoreflect.Message

func (*SearchGoodsMsgData) Reset

func (x *SearchGoodsMsgData) Reset()

func (*SearchGoodsMsgData) String

func (x *SearchGoodsMsgData) String() string

type SearchGoodsRequest

type SearchGoodsRequest struct {
	Keyword           string  `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Category          *string `protobuf:"bytes,2,opt,name=category,proto3,oneof" json:"category,omitempty"`
	HasCoupon         *bool   `protobuf:"varint,3,opt,name=has_coupon,json=hasCoupon,proto3,oneof" json:"has_coupon,omitempty"`
	Sort              *string `protobuf:"bytes,4,opt,name=sort,proto3,oneof" json:"sort,omitempty"`
	Platform          *string `protobuf:"bytes,5,opt,name=platform,proto3,oneof" json:"platform,omitempty"`
	PageSize          *int64  `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"`
	PageNo            *int64  `protobuf:"varint,7,opt,name=page_no,json=pageNo,proto3,oneof" json:"page_no,omitempty"`
	StartDsr          *int64  `protobuf:"varint,8,opt,name=start_dsr,json=startDsr,proto3,oneof" json:"start_dsr,omitempty"`
	EndTkRate         *int64  `protobuf:"varint,9,opt,name=end_tk_rate,json=endTkRate,proto3,oneof" json:"end_tk_rate,omitempty"`
	StartTkRate       *int64  `protobuf:"varint,10,opt,name=start_tk_rate,json=startTkRate,proto3,oneof" json:"start_tk_rate,omitempty"`
	EndPrice          *int64  `protobuf:"varint,11,opt,name=end_price,json=endPrice,proto3,oneof" json:"end_price,omitempty"`
	StartPrice        *int64  `protobuf:"varint,12,opt,name=start_price,json=startPrice,proto3,oneof" json:"start_price,omitempty"`
	IsOverseas        *bool   `protobuf:"varint,13,opt,name=is_overseas,json=isOverseas,proto3,oneof" json:"is_overseas,omitempty"`
	IsTmall           *bool   `protobuf:"varint,14,opt,name=is_tmall,json=isTmall,proto3,oneof" json:"is_tmall,omitempty"`
	ItemLoc           *string `protobuf:"bytes,15,opt,name=item_loc,json=itemLoc,proto3,oneof" json:"item_loc,omitempty"`
	MaterialId        *int64  `protobuf:"varint,16,opt,name=material_id,json=materialId,proto3,oneof" json:"material_id,omitempty"`
	Ip                *string `protobuf:"bytes,17,opt,name=ip,proto3,oneof" json:"ip,omitempty"`
	IncludeRfdRate    *bool   `protobuf:"varint,18,opt,name=include_rfd_rate,json=includeRfdRate,proto3,oneof" json:"include_rfd_rate,omitempty"`
	IncludeGoodRate   *bool   `protobuf:"varint,19,opt,name=include_good_rate,json=includeGoodRate,proto3,oneof" json:"include_good_rate,omitempty"`
	IncludePayRate    *bool   `protobuf:"varint,20,opt,name=include_pay_rate,json=includePayRate,proto3,oneof" json:"include_pay_rate,omitempty"`
	NeedPrepay        *bool   `protobuf:"varint,21,opt,name=need_prepay,json=needPrepay,proto3,oneof" json:"need_prepay,omitempty"`
	NeedFreeShipment  *bool   `protobuf:"varint,22,opt,name=need_free_shipment,json=needFreeShipment,proto3,oneof" json:"need_free_shipment,omitempty"`
	NpxLevel          *int64  `protobuf:"varint,23,opt,name=npx_level,json=npxLevel,proto3,oneof" json:"npx_level,omitempty"`
	EndKaTkRate       *int64  `protobuf:"varint,24,opt,name=end_ka_tk_rate,json=endKaTkRate,proto3,oneof" json:"end_ka_tk_rate,omitempty"`
	StartKaTkRate     *int64  `protobuf:"varint,25,opt,name=start_ka_tk_rate,json=startKaTkRate,proto3,oneof" json:"start_ka_tk_rate,omitempty"`
	LockRateEndTime   *uint64 `protobuf:"varint,26,opt,name=lock_rate_end_time,json=lockRateEndTime,proto3,oneof" json:"lock_rate_end_time,omitempty"`
	LockRateStartTime *uint64 `protobuf:"varint,27,opt,name=lock_rate_start_time,json=lockRateStartTime,proto3,oneof" json:"lock_rate_start_time,omitempty"`
	RelationId        *string `protobuf:"bytes,28,opt,name=relation_id,json=relationId,proto3,oneof" json:"relation_id,omitempty"`
	SpecialId         *string `protobuf:"bytes,29,opt,name=special_id,json=specialId,proto3,oneof" json:"special_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchGoodsRequest) Descriptor deprecated

func (*SearchGoodsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchGoodsRequest.ProtoReflect.Descriptor instead.

func (*SearchGoodsRequest) GetCategory

func (x *SearchGoodsRequest) GetCategory() string

func (*SearchGoodsRequest) GetEndKaTkRate

func (x *SearchGoodsRequest) GetEndKaTkRate() int64

func (*SearchGoodsRequest) GetEndPrice

func (x *SearchGoodsRequest) GetEndPrice() int64

func (*SearchGoodsRequest) GetEndTkRate

func (x *SearchGoodsRequest) GetEndTkRate() int64

func (*SearchGoodsRequest) GetHasCoupon

func (x *SearchGoodsRequest) GetHasCoupon() bool

func (*SearchGoodsRequest) GetIncludeGoodRate

func (x *SearchGoodsRequest) GetIncludeGoodRate() bool

func (*SearchGoodsRequest) GetIncludePayRate

func (x *SearchGoodsRequest) GetIncludePayRate() bool

func (*SearchGoodsRequest) GetIncludeRfdRate

func (x *SearchGoodsRequest) GetIncludeRfdRate() bool

func (*SearchGoodsRequest) GetIp

func (x *SearchGoodsRequest) GetIp() string

func (*SearchGoodsRequest) GetIsOverseas

func (x *SearchGoodsRequest) GetIsOverseas() bool

func (*SearchGoodsRequest) GetIsTmall

func (x *SearchGoodsRequest) GetIsTmall() bool

func (*SearchGoodsRequest) GetItemLoc

func (x *SearchGoodsRequest) GetItemLoc() string

func (*SearchGoodsRequest) GetKeyword

func (x *SearchGoodsRequest) GetKeyword() string

func (*SearchGoodsRequest) GetLockRateEndTime

func (x *SearchGoodsRequest) GetLockRateEndTime() uint64

func (*SearchGoodsRequest) GetLockRateStartTime

func (x *SearchGoodsRequest) GetLockRateStartTime() uint64

func (*SearchGoodsRequest) GetMaterialId

func (x *SearchGoodsRequest) GetMaterialId() int64

func (*SearchGoodsRequest) GetNeedFreeShipment

func (x *SearchGoodsRequest) GetNeedFreeShipment() bool

func (*SearchGoodsRequest) GetNeedPrepay

func (x *SearchGoodsRequest) GetNeedPrepay() bool

func (*SearchGoodsRequest) GetNpxLevel

func (x *SearchGoodsRequest) GetNpxLevel() int64

func (*SearchGoodsRequest) GetPageNo

func (x *SearchGoodsRequest) GetPageNo() int64

func (*SearchGoodsRequest) GetPageSize

func (x *SearchGoodsRequest) GetPageSize() int64

func (*SearchGoodsRequest) GetPlatform

func (x *SearchGoodsRequest) GetPlatform() string

func (*SearchGoodsRequest) GetRelationId

func (x *SearchGoodsRequest) GetRelationId() string

func (*SearchGoodsRequest) GetSort

func (x *SearchGoodsRequest) GetSort() string

func (*SearchGoodsRequest) GetSpecialId

func (x *SearchGoodsRequest) GetSpecialId() string

func (*SearchGoodsRequest) GetStartDsr

func (x *SearchGoodsRequest) GetStartDsr() int64

func (*SearchGoodsRequest) GetStartKaTkRate

func (x *SearchGoodsRequest) GetStartKaTkRate() int64

func (*SearchGoodsRequest) GetStartPrice

func (x *SearchGoodsRequest) GetStartPrice() int64

func (*SearchGoodsRequest) GetStartTkRate

func (x *SearchGoodsRequest) GetStartTkRate() int64

func (*SearchGoodsRequest) ProtoMessage

func (*SearchGoodsRequest) ProtoMessage()

func (*SearchGoodsRequest) ProtoReflect

func (x *SearchGoodsRequest) ProtoReflect() protoreflect.Message

func (*SearchGoodsRequest) Reset

func (x *SearchGoodsRequest) Reset()

func (*SearchGoodsRequest) String

func (x *SearchGoodsRequest) String() string

type SearchGoodsResponse

type SearchGoodsResponse struct {
	Code int64               `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg  string              `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data *SearchGoodsMsgData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchGoodsResponse) Descriptor deprecated

func (*SearchGoodsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchGoodsResponse.ProtoReflect.Descriptor instead.

func (*SearchGoodsResponse) GetCode

func (x *SearchGoodsResponse) GetCode() int64

func (*SearchGoodsResponse) GetData

func (*SearchGoodsResponse) GetMsg

func (x *SearchGoodsResponse) GetMsg() string

func (*SearchGoodsResponse) ProtoMessage

func (*SearchGoodsResponse) ProtoMessage()

func (*SearchGoodsResponse) ProtoReflect

func (x *SearchGoodsResponse) ProtoReflect() protoreflect.Message

func (*SearchGoodsResponse) Reset

func (x *SearchGoodsResponse) Reset()

func (*SearchGoodsResponse) String

func (x *SearchGoodsResponse) String() string

type ServiceFee added in v0.1.29

type ServiceFee struct {
	ShareRelativeRate string `protobuf:"bytes,1,opt,name=share_relative_rate,json=shareRelativeRate,proto3" json:"share_relative_rate,omitempty"` // 专项服务费率(单位:元)
	ShareFee          string `protobuf:"bytes,2,opt,name=share_fee,json=shareFee,proto3" json:"share_fee,omitempty"`                              // 结算专项服务费(单位:元)
	SharePreFee       string `protobuf:"bytes,3,opt,name=share_pre_fee,json=sharePreFee,proto3" json:"share_pre_fee,omitempty"`                   // 预估专项服务费(单位:元)
	TkShareRoleType   int64  `protobuf:"varint,4,opt,name=tk_share_role_type,json=tkShareRoleType,proto3" json:"tk_share_role_type,omitempty"`    // 专项服务费来源,122-渠道
	// contains filtered or unexported fields
}

订单同步 http://api.tbk.dingdanxia.com/tbk/order_details

func (*ServiceFee) Descriptor deprecated added in v0.1.29

func (*ServiceFee) Descriptor() ([]byte, []int)

Deprecated: Use ServiceFee.ProtoReflect.Descriptor instead.

func (*ServiceFee) GetShareFee added in v0.1.29

func (x *ServiceFee) GetShareFee() string

func (*ServiceFee) GetSharePreFee added in v0.1.29

func (x *ServiceFee) GetSharePreFee() string

func (*ServiceFee) GetShareRelativeRate added in v0.1.29

func (x *ServiceFee) GetShareRelativeRate() string

func (*ServiceFee) GetTkShareRoleType added in v0.1.29

func (x *ServiceFee) GetTkShareRoleType() int64

func (*ServiceFee) ProtoMessage added in v0.1.29

func (*ServiceFee) ProtoMessage()

func (*ServiceFee) ProtoReflect added in v0.1.29

func (x *ServiceFee) ProtoReflect() protoreflect.Message

func (*ServiceFee) Reset added in v0.1.29

func (x *ServiceFee) Reset()

func (*ServiceFee) String added in v0.1.29

func (x *ServiceFee) String() string

type SmallImages

type SmallImages struct {
	String_ []string `protobuf:"bytes,1,rep,name=string,proto3" json:"string,omitempty"`
	// contains filtered or unexported fields
}

func (*SmallImages) Descriptor deprecated

func (*SmallImages) Descriptor() ([]byte, []int)

Deprecated: Use SmallImages.ProtoReflect.Descriptor instead.

func (*SmallImages) GetString_

func (x *SmallImages) GetString_() []string

func (*SmallImages) ProtoMessage

func (*SmallImages) ProtoMessage()

func (*SmallImages) ProtoReflect

func (x *SmallImages) ProtoReflect() protoreflect.Message

func (*SmallImages) Reset

func (x *SmallImages) Reset()

func (*SmallImages) String

func (x *SmallImages) String() string

type TbApiServiceClient

type TbApiServiceClient interface {
	SearchGoods(ctx context.Context, in *SearchGoodsRequest, opts ...grpc.CallOption) (*SearchGoodsResponse, error)
	PromoteByID(ctx context.Context, in *PromoteURLByIDRequest, opts ...grpc.CallOption) (*PromoteURLResponse, error)
	PromoteByTKL(ctx context.Context, in *PromoteURLByTKLRequest, opts ...grpc.CallOption) (*PromoteURLResponse, error)
	PublisherGet(ctx context.Context, in *PublisherGetRequest, opts ...grpc.CallOption) (*PublisherGetResponse, error)
	PublisherSave(ctx context.Context, in *PublisherSaveRequest, opts ...grpc.CallOption) (*PublisherSaveResponse, error)
	SyncOrderDetail(ctx context.Context, in *OrderDetailRequest, opts ...grpc.CallOption) (*OrderDetailResponse, error)
	DecodeShortUrl(ctx context.Context, in *DecodeShortUrlRequest, opts ...grpc.CallOption) (*DecodeShortUrlResponse, error)
}

TbApiServiceClient is the client API for TbApiService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TbApiServiceServer

TbApiServiceServer is the server API for TbApiService service. All implementations must embed UnimplementedTbApiServiceServer for forward compatibility

type UnimplementedTbApiServiceServer

type UnimplementedTbApiServiceServer struct {
}

UnimplementedTbApiServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedTbApiServiceServer) DecodeShortUrl added in v0.1.35

func (UnimplementedTbApiServiceServer) PromoteByID

func (UnimplementedTbApiServiceServer) PromoteByTKL

func (UnimplementedTbApiServiceServer) PublisherGet added in v0.1.29

func (UnimplementedTbApiServiceServer) PublisherSave added in v0.1.28

func (UnimplementedTbApiServiceServer) SearchGoods

func (UnimplementedTbApiServiceServer) SyncOrderDetail added in v0.1.29

type UnsafeTbApiServiceServer

type UnsafeTbApiServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTbApiServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TbApiServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

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