From 5f2d18b8fbb93cbe14f247fb07cbbf10169a050a Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Tue, 7 Apr 2026 14:03:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84(notify=5Fdispatch):=20ALARM?= =?UTF-8?q?=5FTYPE=5FNAMES=20=E6=94=B9=E4=B8=BA=E7=9B=B4=E6=8E=A5=E4=BB=8E?= =?UTF-8?q?=20constants=20=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/notify_dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/notify_dispatch.py b/app/services/notify_dispatch.py index 4a6bd14..5b45736 100644 --- a/app/services/notify_dispatch.py +++ b/app/services/notify_dispatch.py @@ -21,7 +21,7 @@ from app.models import ( ) from app.config import settings from app.services.vlm_service import get_vlm_service -from app.services.wechat_service import ALARM_TYPE_NAMES +from app.constants import ALARM_TYPE_NAMES from app.services.camera_name_service import get_camera_name_service from app.services.work_order_client import get_work_order_client from app.utils.logger import logger