no message
This commit is contained in:
parent
1aae3c506e
commit
92db5716df
@ -278,7 +278,7 @@ class CronV2Controller
|
|||||||
$aReturn = json_decode($sReturn, true);
|
$aReturn = json_decode($sReturn, true);
|
||||||
|
|
||||||
if (!isset($aReturn["code"])) {
|
if (!isset($aReturn["code"])) {
|
||||||
exit("异常没有code -> $sReturn");
|
exit("异常没有code -> {$sMasterUrl}:{$sReturn}");
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($aReturn["code"] == "400") { // test
|
if ($aReturn["code"] == "400") { // test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user