From 86b46415580a05cfe83339d9d36c2012870a832a Mon Sep 17 00:00:00 2001 From: XingQue Date: Sun, 21 Jun 2026 03:10:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BD=9A=E6=AC=BE=E5=A4=84=E7=90=86?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=85=BC=E5=AE=B9=E5=89=8D=E7=AB=AF=20fadan?= =?UTF-8?q?=5Fid=20=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/view.py b/backend/view.py index 0d942fa..1b927c6 100644 --- a/backend/view.py +++ b/backend/view.py @@ -5770,7 +5770,7 @@ class FaKuanChuLiView(APIView): def post(self, request): try: username = request.data.get('username', '').strip() - penalty_id = request.data.get('penalty_id') + penalty_id = request.data.get('penalty_id') or request.data.get('fadan_id') action = request.data.get('action', '').strip() chuli_liyou = request.data.get('chuli_liyou', '').strip()