feat: xhs 非代理模式下增加随机等待间隔, db存储模式下增加存储xsec_token字段

This commit is contained in:
liudongkai
2024-12-05 21:10:31 +08:00
parent 9c7e1d499b
commit 33e7ef016d
4 changed files with 29 additions and 4 deletions

View File

@@ -534,4 +534,6 @@ CREATE TABLE `zhihu_creator` (
-- add column `like_count` to douyin_aweme_comment
alter table douyin_aweme_comment add column `like_count` varchar(255) NOT NULL DEFAULT '0' COMMENT '点赞数';
alter table douyin_aweme_comment add column `like_count` varchar(255) NOT NULL DEFAULT '0' COMMENT '点赞数';
alter table xhs_note add column xsec_token varchar(50) default null comment '签名算法';