From 4eb9be8e49e164d8dabae582e1834ace258c4687 Mon Sep 17 00:00:00 2001 From: tk Date: Wed, 7 Aug 2024 13:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Afix=20=E7=AB=99=E7=82=B9=E8=A1=A8=E8=88=AA=E7=BA=BF?= =?UTF-8?q?=E9=94=81=E5=AE=9A=E6=93=8D=E4=BD=9C=E5=A4=B1=E8=B4=A5=E6=97=B6?= =?UTF-8?q?=20=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=20=E3=80=90=E5=8E=9F=20?= =?UTF-8?q?=20=E5=9B=A0=E3=80=91=EF=BC=9A=E4=B8=8D=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=97=B6=E6=8F=90=E7=A4=BA=E6=88=90=E5=8A=9F=20=E3=80=90?= =?UTF-8?q?=E8=BF=87=20=20=E7=A8=8B=E3=80=91=EF=BC=9A=E5=88=A0=E6=8E=89?= =?UTF-8?q?=E9=80=80=E5=87=BA=E6=8F=90=E7=A4=BA=E6=88=90=E5=8A=9F=E9=82=A3?= =?UTF-8?q?=E4=B8=80=E8=A1=8C=20=E4=B8=8D=E7=94=A8=E6=8F=90=E7=A4=BA=20?= =?UTF-8?q?=E6=8A=A5=E5=BC=82=E5=B8=B8=E7=AD=89=E4=BA=8B=E5=8A=A1=E5=9B=9E?= =?UTF-8?q?=E6=BB=9A=E5=B0=B1=E8=A1=8C=20=E3=80=90=E5=BD=B1=20=20=E5=93=8D?= =?UTF-8?q?=E3=80=91=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FlyCube/MpApi/Controller/PlaneController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/FlyCube/MpApi/Controller/PlaneController.class.php b/FlyCube/MpApi/Controller/PlaneController.class.php index 020c45f..86f51f2 100644 --- a/FlyCube/MpApi/Controller/PlaneController.class.php +++ b/FlyCube/MpApi/Controller/PlaneController.class.php @@ -573,7 +573,6 @@ class PlaneController extends PublicController // 如果 $_REQUEST['runing'] 为空字符串 或者null,将其设置为 null $data['runing'] = trim($_REQUEST['runing']) === '' ? null : trim($_REQUEST['runing']); if (!$rsDb->where($where)->save($data)) { - exit(json_encode(array('status' => 1, 'msg' => '站点航线执行操作成功!'))); throw new Exception('站点航线执行操作失败!'); }