Browse Source

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

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

+ 0 - 5
applications/search/hksp_search.py

@@ -116,8 +116,3 @@ def hksp_search(key, sensitive_words):
         return L
     except:
         return []
-
-
-w = hksp_search("luojunhui", ["1234"])
-
-print(w)