From 2abdc533fa2553c6ab7850c3ecbed3398b6ac218 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Wed, 28 Jun 2023 09:34:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9B=BE=E4=B9=A6=E9=A6=86?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/controller/library/Pass.php | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 source/application/api/controller/library/Pass.php diff --git a/source/application/api/controller/library/Pass.php b/source/application/api/controller/library/Pass.php new file mode 100644 index 0000000..54ee01d --- /dev/null +++ b/source/application/api/controller/library/Pass.php @@ -0,0 +1,28 @@ +renderSuccess(compact('data')); + } + +} \ No newline at end of file