This commit is contained in:
as2252258@163.com
2021-03-20 03:18:08 +08:00
parent 30c460c618
commit f1c3330815
+1
View File
@@ -54,6 +54,7 @@ class CrontabProcess extends Process
$_content = json_decode($content, true);
if (is_null($_content)) {
var_dump($content);
$this->jobDelivery($content);
} else {
$this->otherAction($_content);