Skip to content

Commit 2964723

Browse files
committed
fix(douyin): 将returnResult方法改为request方法以修复请求问题
1 parent 23a4fff commit 2964723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/platform/douyin/comments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ const heic2jpg = async (jsonArray) => {
261261
Referer: 'https://www.douyin.com/',
262262
Cookie: ''
263263
}
264-
}).returnResult()
264+
}).request()
265265

266266
const jpegBuffer = await convert({
267267
buffer: response.data,

0 commit comments

Comments
 (0)