style: 修改返回信息格式

This commit is contained in:
zhengxinonly
2024-01-31 22:52:41 +08:00
parent 801eed010f
commit c6598df116
10 changed files with 39 additions and 42 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ def login_in():
response = make_response(
{
"code": 0,
"message": "登录成功",
"msg": "登录成功",
"access_token": access_token,
"refresh_token": refresh_token,
}