Browse Source

调整模板接口。

baoyubo 8 months ago
parent
commit
cd418ed0be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routers/api/gateway/__init__.py

+ 1 - 1
routers/api/gateway/__init__.py

@@ -23,7 +23,7 @@ import uuid
 import re
 import re
 router = APIRouter()
 router = APIRouter()
 
 
-def contains_special_characters(input_string, special_characters=";|&|$|#|'|\\t|@| "):
+def contains_special_characters(input_string, special_characters=";|&|$|#|'|@| "):
     """
     """
     判断字符串是否包含特殊符号。
     判断字符串是否包含特殊符号。