Documentation ¶
Index ¶
- func Detail(clt *core.SDKClient, accessToken string, req *comment.DetailRequest) (*comment.DetailResult, error)
- func ListGet(clt *core.SDKClient, accessToken string, req *comment.ListGetRequest) (*comment.ListGetResult, error)
- func Reply(clt *core.SDKClient, accessToken string, req *comment.ReplyRequest) (*comment.ReplyResult, error)
- func ReplyList(clt *core.SDKClient, accessToken string, req *comment.ReplyListRequest) (*comment.ReplyListResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Detail ¶
func Detail(clt *core.SDKClient, accessToken string, req *comment.DetailRequest) (*comment.DetailResult, error)
Detail 获取评论从属信息 根据评论id,获取评论的上级评论和所属视频信息。
func ListGet ¶
func ListGet(clt *core.SDKClient, accessToken string, req *comment.ListGetRequest) (*comment.ListGetResult, error)
ListGet 获取评论列表 根据企业号账户id,查询企业号下的评论列表,列表内容包含评论id、评论内容、评论用户open_id、评论所属视频、所属视频类型、评论时间、评论层级、流量来源(自然流量、dou+、竞价、品牌)等。
不支持查询评论用户头像、评论用户抖音号id; 评论用户昵称已模糊化处理; 用户open_id,用来识别用户唯一性和调用回复等操作接口,每个抖音用户对每个开发者的open_id是唯一的,对于不同开发者,同一用户的open_id不同。
func Reply ¶
func Reply(clt *core.SDKClient, accessToken string, req *comment.ReplyRequest) (*comment.ReplyResult, error)
Reply 回复评论
func ReplyList ¶
func ReplyList(clt *core.SDKClient, accessToken string, req *comment.ReplyListRequest) (*comment.ReplyListResult, error)
ReplyList 获取评论的回复 根据评论id,获取评论的回复内容。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.