From d91f4106681ad40a297f0d40b89269a5740cbda9 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Fri, 11 Aug 2023 17:22:38 +0800 Subject: [PATCH] feat: update api --- app/api/v1/schema/auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/v1/schema/auth.py b/app/api/v1/schema/auth.py index d29c49f..04f76b7 100644 --- a/app/api/v1/schema/auth.py +++ b/app/api/v1/schema/auth.py @@ -9,7 +9,6 @@ class WechatLoginIn(Schema): class WechatLoginOut(Schema): access_token = String() refresh_token = String() - nickname = String() class RefreshTokenIn(Schema):