Browse Source

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

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

+ 1 - 5
applications/search/hksp_search.py

@@ -116,8 +116,4 @@ def hksp_search(key, sensitive_words):
                 pass
                 pass
         return L
         return L
     except:
     except:
-        return []
-
-w = hksp_search("中华人民共和国", sensitive_words=["123"])
-
-print(w)
+        return []