From d17cd4353bd287694016927625c8e83651c2319c Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Sun, 4 Feb 2024 09:19:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=BB=A3=E5=8F=91=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/merchant/store/order/Order.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/merchant/store/order/Order.php b/app/controller/merchant/store/order/Order.php index 98ea1511..7429969c 100755 --- a/app/controller/merchant/store/order/Order.php +++ b/app/controller/merchant/store/order/Order.php @@ -478,6 +478,7 @@ class Order extends BaseController public function childrenList($id) { + return app('json')->success([]); $data = $this->repository->childrenList($id, $this->request->merId()); return app('json')->success($data); }