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