no message

This commit is contained in:
hellcat 2025-07-19 18:03:49 +08:00
parent 5621dea122
commit 08920ccffa

View File

@ -88,7 +88,7 @@ final class HookController
$sUClassPath = "App\\Services\\TG\\Hook\\Mod\\".$sUClass;
$oInstans = new $sUClassPath($aUpdate);
$r = $oInstans->$sFunc($aParams);
$r = $oInstans->$sFunc($aParams, aUpdate);
// 兼容大小写,自己挖的坑
// if (method_exists($sClassPath, $sFunc)) {