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