From cf82c49df66017af0d7926953aecd4aa3e79e967 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 18 Jun 2025 16:21:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=BC=80=E5=85=B3=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E5=95=86=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugs/think-plugs-points-mall/src/controller/api/Goods.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugs/think-plugs-points-mall/src/controller/api/Goods.php b/plugs/think-plugs-points-mall/src/controller/api/Goods.php index f6d2cd2..8264d68 100644 --- a/plugs/think-plugs-points-mall/src/controller/api/Goods.php +++ b/plugs/think-plugs-points-mall/src/controller/api/Goods.php @@ -17,6 +17,10 @@ use think\db\Query; */ class Goods extends Controller { + public function enable() + { + $this->success("状态获取成功", false); + } /** * 获取商品列表或详情 * @return void