no message

This commit is contained in:
hellcat 2025-06-24 19:26:31 +08:00
parent 58d0aedd4f
commit fe7b28ef0d

View File

@ -1700,6 +1700,7 @@ class Book extends Base {
{
$aParam["is_un"] = true;
$aParam["aArg"] = [1, 2, 3];
$aParam["aOption"] = $aParam["aArg"];
return $this->fire($aParam);
}