Browse Source

2024-05-13
多平台搜索上线(微信, 百度, 西瓜)
弃用 search_keys, theme
搜索结果过pq敏感词策略

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

+ 1 - 0
applications/search/hksp_search.py

@@ -83,6 +83,7 @@ def hksp_search(key):
     }
     # 发送GET请求
     response = requests.get(url, headers=headers, params=params).json()
+    print(response)
     data_list = response['data']['list']
 
     L = []