feat: 优化正则表达式

This commit is contained in:
hackrobot
2024-04-15 16:23:46 +08:00
parent 2ca139d4c7
commit 8179f16e57

View File

@@ -254,6 +254,8 @@ def h5group(nickname, db: Session = Depends(get_db)):
return {"code": 200, "success": "ok", "message": "查不到nickname"}
else:
print("未找到匹配项,或者有特殊字符")
return {"code": 200, "success": "ok", "message": "未找到匹配项,或者有特殊字符"}
# 创建用户