find($where); if (!$data) { Dever::alert('充值卡不存在'); } return $data; } # 获取充值卡列表 public function getList($config_id) { $where['config_id'] = $config_id; $data = Dever::db('account/config_card')->select($where); return $data; } }