modify
This commit is contained in:
@@ -54,6 +54,7 @@ class CrontabProcess extends Process
|
|||||||
|
|
||||||
$_content = json_decode($content, true);
|
$_content = json_decode($content, true);
|
||||||
if (is_null($_content)) {
|
if (is_null($_content)) {
|
||||||
|
var_dump($content);
|
||||||
$this->jobDelivery($content);
|
$this->jobDelivery($content);
|
||||||
} else {
|
} else {
|
||||||
$this->otherAction($_content);
|
$this->otherAction($_content);
|
||||||
|
|||||||
Reference in New Issue
Block a user