","applicationCategory":"GameApplication","softwareVersion":"1.10.0","fileSize":"2.30M","downloadUrl":"https://downloads.fenglinhuahai.com/apk/91/유머 모아 - 오유,웃대,일간워스트 등 유머모음_1.10.0_sean.app.humormoa.apk","datePublished":"2024-12-06T21:28:58+08:00","dateModified":"2024-12-06T21:28:58+08:00","screenshot":"https://images.fenglinhuahai.com/uploads/61/17210175416694a4c5a1aa5.jpg,https://images.fenglinhuahai.com/uploads/51/17210175426694a4c695fa9.jpg,https://images.fenglinhuahai.com/uploads/66/17210175426694a4c6e7c6e.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.4","reviewCount":1},"author":{"@type":"Organization","name":"KoreaAndYou"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
try {
$instance = Loader::controller(
$controller,
$config['url_controller_layer'],
$config['controller_suffix'],
$config['empty_controller']
);
} catch (ClassNotFoundException $e) {
throw new HttpException(404, 'controller not exists:' . $e->getClass());
}
// 获取当前操作名
$action = $actionName . $config['action_suffix'];
$vars = [];
if (is_callable([$instance, $action])) {
// 执行操作方法
$call = [$instance, $action];