request->get('ghsId', 0); $ghsInfo = GhsClass::getById($ghsId, true); GhsClass::valid($ghsInfo, $this->shopId); $ghsShopId = $ghsInfo->shopId ?? 0; $list = RechargeHbClass::getAllByCondition(['shopId' => $ghsShopId, 'delStatus' => 0], 'amount DESC', '*', null); util::success(['list' => $list]); } }