From a4fdbc525696936d97edc72bee720901d4fd78e0 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sat, 29 Jun 2024 14:56:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=94=A8=E6=88=B7=E4=BC=9A?= =?UTF-8?q?=E5=91=98=E7=B1=BB=E5=9E=8B=E7=AE=A1=E7=90=86=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{UserShipController .php => UserShipController.php} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename app/admin/controller/user_ship/{UserShipController .php => UserShipController.php} (99%) diff --git a/app/admin/controller/user_ship/UserShipController .php b/app/admin/controller/user_ship/UserShipController.php similarity index 99% rename from app/admin/controller/user_ship/UserShipController .php rename to app/admin/controller/user_ship/UserShipController.php index bac737514..123681b4f 100644 --- a/app/admin/controller/user_ship/UserShipController .php +++ b/app/admin/controller/user_ship/UserShipController.php @@ -90,6 +90,4 @@ class UserShipController extends BaseAdminController $result = UserShipLogic::detail($params); return $this->data($result); } - - -} \ No newline at end of file +}