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