Browse Source

2024-06-04
取消微信搜索接口服务

罗俊辉 1 year ago
parent
commit
de5b642881
1 changed files with 1 additions and 1 deletions
  1. 1 1
      applications/search/hksp_search.py

+ 1 - 1
applications/search/hksp_search.py

@@ -96,7 +96,7 @@ def hksp_search(key, sensitive_words):
         headers=headers,
         params=params,
         proxies=tunnel_proxies(),
-        timeout=30
+        timeout=120
     ).json()
     try:
         data_list = response['data']['list']