Skip to content

Commit 19627ff

Browse files
committed
fix: douyin publish
1 parent e318522 commit 19627ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clis/douyin/publish.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ cli({
260260
const publishBody = {
261261
item: {
262262
common: {
263-
text: caption,
264-
caption: '',
263+
text: "${title} ${caption}",
264+
caption: caption,
265265
item_title: title,
266266
activity: JSON.stringify(kwargs.activity ? [kwargs.activity] : []),
267267
text_extra: JSON.stringify(textExtraArr),

0 commit comments

Comments
 (0)