fix: 修复抖音筛选发布时间和排序失效问题

This commit is contained in:
xueyueben
2024-06-13 11:46:25 +08:00
parent 2e367a0414
commit 576c8e8d9f
2 changed files with 12 additions and 6 deletions

View File

@@ -20,5 +20,5 @@ class PublishTimeType(Enum):
"""publish time type"""
UNLIMITED = 0 # 不限
ONE_DAY = 1 # 一天内
ONE_WEEK = 2 # 一周内
SIX_MONTH = 3 # 半年内
ONE_WEEK = 7 # 一周内
SIX_MONTH = 180 # 半年内