From e8a8afc0a497dffe62211a1953b84faa04e2dd3e Mon Sep 17 00:00:00 2001 From: sunyugang Date: Mon, 24 Feb 2025 11:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=8A=9F=E8=83=BD=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/business/project_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/business/project_api.py b/app/api/business/project_api.py index fa29f37..670b849 100644 --- a/app/api/business/project_api.py +++ b/app/api/business/project_api.py @@ -149,7 +149,7 @@ def get_img_leafer(image_id: int, session: Session = Depends(get_db)): :return: """ img_leafer_out = ps.get_img_leafer(image_id, session) - return rc.response_success(data=img_leafer_out) + return rc.response_success(data=img_leafer_out.leafer) @project.get("/run_train/{project_id}")