request->get(); $shopId = $get['shopId'] ?? 0; $where = []; $where['shopId'] = $shopId; $list = ShopCapitalClass::getCapitalList($where); util::success($list); } }