enterprise

package
v1.22.4 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommentLevel

type CommentLevel string

CommentLevel 评论层级

const (
	// LEVEL_ONE 一级评论
	LEVEL_ONE CommentLevel = "LEVEL_ONE"
	// LEVEL_TWO 二级评论,即回复
	LEVEL_TWO CommentLevel = "LEVEL_TWO"
)

type CommentReplyStatus

type CommentReplyStatus string

CommentReplyStatus 回复状态

const (
	// CommentReplyStatus_NO_REPLY 未回复
	CommentReplyStatus_NO_REPLY CommentReplyStatus = "NO_REPLY"
	// CommentReplyStatus_REPLY 已回复
	CommentReplyStatus_REPLY CommentReplyStatus = "REPLY"
	// CommentReplyStatus_REPLY_TO_AUDIT 回复待审核
	CommentReplyStatus_REPLY_TO_AUDIT CommentReplyStatus = "REPLY_TO_AUDIT"
	// CommentReplyStatus_REPLY_AUDIT_FAIL 回复审核拒接
	CommentReplyStatus_REPLY_AUDIT_FAIL CommentReplyStatus = "REPLY_AUDIT_FAIL"
	// CommentReplyStatus_REPLY_AUDIT_SUCCESS 回复审核通过
	CommentReplyStatus_REPLY_AUDIT_SUCCESS CommentReplyStatus = "REPLY_AUDIT_SUCCESS"
	// CommentReplyStatus_DELETE已删除
	CommentReplyStatus_DELETE CommentReplyStatus = "DELETE"
	// CommentReplyStatus_PUBLISH 公开可见
	CommentReplyStatus_PUBLISH CommentReplyStatus = "PUBLISH"
	// CommentReplyStatus_SELF_VISIBLE 仅自己可见
	CommentReplyStatus_SELF_VISIBLE CommentReplyStatus = "SELF_VISIBLE"
	// CommentReplyStatus_PART_VISIBLE 部分可见
	CommentReplyStatus_PART_VISIBLE CommentReplyStatus = "PART_VISIBLE"
)

type CommentSource

type CommentSource string

CommentSource 流量来源

const (
	// FROM_NATURAL 自然流量
	FROM_NATURAL CommentSource = "FROM_NATURAL"
	// FROM_DOUPLUS Dou+
	FROM_DOUPLUS CommentSource = "FROM_DOUPLUS"
	// FROM_PERFORM 竞价广告
	FROM_PERFORM CommentSource = "FROM_PERFORM"
	// FROM_BRAND 品牌广告
	FROM_BRAND CommentSource = "FROM_BRAND"
	// FROM_OTHER 其他流量
	FROM_OTHER CommentSource = "FROM_OTHER"
)

type ItemType

type ItemType string

ItemType 视频类型

const (
	// ITEM_AD 广告视频
	ITEM_AD ItemType = "ITEM_AD"
	// ITEM_CONTENT 非广告视频(抖音视频)
	ITEM_CONTENT ItemType = "ITEM_CONTENT"
)

type OperationType

type OperationType string

OperationType 企业号推广操作类型

const (
	// OperationType_LIVE 直播开始
	OperationType_LIVE OperationType = "LIVE"
	// OperationType_VIDEO 发布视频
	OperationType_VIDEO OperationType = "VIDEO"
	// OperationType_DOU 开启DOU+推广
	OperationType_DOU OperationType = "DOU"
	// OperationType_AD 开启广告投放
	OperationType_AD OperationType = "AD"
)

type TimeDimension

type TimeDimension string

TimeDimension 是否需要分天数据

const (
	// TimeDimension_SUM 合计数据
	TimeDimension_SUM TimeDimension = "SUM"
	// TimeDimension_DAILY 分天数据
	TimeDimension_DAILY TimeDimension = "DAILY"
)

Jump to

Keyboard shortcuts

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