From 0e1663a16676dbb3091741ffafc49cf06e81e2d1 Mon Sep 17 00:00:00 2001 From: weiz Date: Mon, 4 Dec 2023 10:44:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=8E=B7=E5=8F=96=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/AppUpdateController.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/api/controller/AppUpdateController.php diff --git a/app/api/controller/AppUpdateController.php b/app/api/controller/AppUpdateController.php new file mode 100644 index 0000000..e04a884 --- /dev/null +++ b/app/api/controller/AppUpdateController.php @@ -0,0 +1,13 @@ +where('')->order('id desc')->findOrEmpty(); + return $this->success('请求成功',$data->toArray()); + } + } \ No newline at end of file