@@ -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": "未找到匹配项,或者有特殊字符"}
# 创建用户
The note is not visible to the blocked user.