This commit is contained in:
yumoqing 2026-02-06 13:37:05 +08:00
parent 79a57b3f73
commit a94965d7cb

View File

@ -98,7 +98,7 @@ async def query(request, params_kw, *args, **kwargs):
f = partial(f1, colname, vector=vector, expr=expr, pagerows=pagerows, page=page, output_fields=output_fields) f = partial(f1, colname, vector=vector, expr=expr, pagerows=pagerows, page=page, output_fields=output_fields)
r = await f() r = await f()
return { return {
"status": "SUCCEEDED" "status": "SUCCEEDED",
"data": r "data": r
} }
except Exception as e: except Exception as e: