We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c52bc01 + 3ac3020 commit 6d3f1baCopy full SHA for 6d3f1ba
1 file changed
marketing-api/model/tools/aweme_auth_list.go
@@ -155,6 +155,8 @@ type AwemeAuthItem struct {
155
// false:否,表示无此限制
156
// 当值返回true时,代表在创建广告时添加新视频素材到该抖音号下推广,视频的主页可见性设置只允许HIDE_VIDEO_ON_HP「仅单次展示可见」
157
HasVideoHpVisibilityLimit bool `json:"has_video_hp_visibility_limit,omitempty"`
158
+ // OpenID 抖音号openID,非抖音号开放平台openID
159
+ OpenID string `json:"open_id,omitempty"`
160
}
161
162
// AwemeAuthVideo 授权视频信息,若为单视频授权会返回
0 commit comments