From 812e95edb311826b224d0dcfc878049c033cfc82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BC=9F?= <250213850@qq.com> Date: Tue, 27 Sep 2022 11:12:53 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=94=B9=E5=B1=9E=E6=80=A7=E5=88=86=E6=9E=90?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=80=BC=E4=B8=BA=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api_v1/endpoints/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api_v1/endpoints/query.py b/api/api_v1/endpoints/query.py index 5de9242..e4ffb4b 100644 --- a/api/api_v1/endpoints/query.py +++ b/api/api_v1/endpoints/query.py @@ -2277,7 +2277,7 @@ async def user_property_model( key = str(key) data[key] = val title = ['.'.join(groupby), quota] - + data=list(data.values()) return schemas.Msg(code=0, msg='ok', data={ 'value': data, 'title': title