no message

This commit is contained in:
hellcat 2025-11-14 14:53:25 +08:00
parent 0913beb92d
commit 317fe568bf

View File

@ -17,7 +17,7 @@ class Cron extends Base {
public function test($aParam)
{
$sType = $aParam["aOption"][1] ?? "i";
$sValue = $aParam["aArg"][1] ?? 5;
$sValue = $aParam["aArg"][1] ?? 3;
if (!$sType) {
return "需要his之一";