From 5b04de9e7cc36805586a4e35f9bef23c99695002 Mon Sep 17 00:00:00 2001 From: wzy-warehouse <18135009705@163.com> Date: Wed, 6 May 2026 12:09:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8D=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/rainfall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/rainfall.py b/app/api/rainfall.py index 7b9dfdf..42652fb 100644 --- a/app/api/rainfall.py +++ b/app/api/rainfall.py @@ -142,7 +142,7 @@ async def get_rainfall_at_point( if not rainfall_info: return { - "code": 404, + "code": 200, "message": "未找到该点位的降雨数据", "data": None }