buyin_bindChannelProduct_response

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuyinBindChannelProductData

type BuyinBindChannelProductData struct {
	// 成功绑定的数量
	Success int64 `json:"success"`
	// 绑定失败的帐号和原因
	Failed []FailedItem `json:"failed"`
}

type BuyinBindChannelProductResponse

type BuyinBindChannelProductResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *BuyinBindChannelProductData `json:"data"`
}

type FailedItem

type FailedItem struct {
	// 绑定失败的达人id,可能是uid或者buyinId,结合id_type字段使用
	Id int64 `json:"id"`
	// id字段的类型:0: 达人uid 1:buyinID
	IdType int64 `json:"id_type"`
	// 绑定失败的原因
	Reason string `json:"reason"`
}

Jump to

Keyboard shortcuts

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