From 8179f16e5799510cde01665741861e7c2fb057cf Mon Sep 17 00:00:00 2001 From: hackrobot Date: Mon, 15 Apr 2024 16:23:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=AD=A3=E5=88=99?= =?UTF-8?q?=E8=A1=A8=E8=BE=BE=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 82e913c..690c000 100644 --- a/main.py +++ b/main.py @@ -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": "未找到匹配项,或者有特殊字符"} + # 创建用户