Browse Source

2024-05-05
上线抖音搜索

罗俊辉 10 months ago
parent
commit
57a8a2bf98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      applications/search/dy_search.py

+ 1 - 1
applications/search/dy_search.py

@@ -19,7 +19,7 @@ def douyin_search(keyword, sensitive_words):
     payload = json.dumps({
     payload = json.dumps({
         "keyword": keyword,
         "keyword": keyword,
         "category": "全部",
         "category": "全部",
-        "period": "近7天",
+        "period": "近90天",
         "content_modal": "视频",
         "content_modal": "视频",
         "cursor": ""
         "cursor": ""
     })
     })