This commit is contained in:
xyj 2024-01-25 09:30:52 +08:00
parent 332f75bd58
commit bf33dc04e1
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ async def register(request: Request):
res.append(r.json())
return BaseResponse(data=res)
except Exception as e:
print(e)
return BaseResponse(code=500, msg=str(e))