From acac7922af9aae02702a5fa1c5877fa94d460ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B2=E8=BE=B0=E7=94=9F=E4=BA=A7?= Date: Thu, 9 Apr 2026 15:42:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dinformation.py?= =?UTF-8?q?=E7=BC=BA=E5=B0=91Response=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/VERSION | 2 +- backend/app/routers/information.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/VERSION b/backend/VERSION index 7c48e17..8a27477 100644 --- a/backend/VERSION +++ b/backend/VERSION @@ -1 +1 @@ -VERSION=1.2.72 +VERSION=1.2.79 diff --git a/backend/app/routers/information.py b/backend/app/routers/information.py index 2c75c5e..9d14f85 100644 --- a/backend/app/routers/information.py +++ b/backend/app/routers/information.py @@ -1,5 +1,5 @@ # 资讯API路由 -from fastapi import APIRouter, Depends, HTTPException, Query +from fastapi import APIRouter, Depends, HTTPException, Query, Response from sqlalchemy.orm import Session, joinedload from sqlalchemy import text from typing import List, Optional