no message
This commit is contained in:
parent
0913beb92d
commit
317fe568bf
@ -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之一";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user