From e4c3213978a53b36e3601a383b130c638c4ac5fc Mon Sep 17 00:00:00 2001 From: Yansong Zhang <916125788@qq.com> Date: Mon, 22 Sep 2025 16:23:55 +0800 Subject: [PATCH] fix: add marshal app model to json --- api/controllers/console/explore/trial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/console/explore/trial.py b/api/controllers/console/explore/trial.py index d79b9deb86..f743f62725 100644 --- a/api/controllers/console/explore/trial.py +++ b/api/controllers/console/explore/trial.py @@ -7,7 +7,6 @@ from werkzeug.exceptions import Forbidden, InternalServerError, NotFound import services from controllers.common import fields from controllers.common.fields import build_site_model -from fields.app_fields import app_detail_fields_with_site from controllers.console.app.error import ( AppUnavailableError, AudioTooLargeError, @@ -38,6 +37,7 @@ from core.errors.error import ( ) from core.model_runtime.errors.invoke import InvokeError from extensions.ext_database import db +from fields.app_fields import app_detail_fields_with_site from libs import helper from libs.helper import uuid_value from libs.login import current_user