no message
This commit is contained in:
parent
efcd80fd28
commit
f0efe9bc17
@ -13,7 +13,7 @@ class Test extends Base {
|
||||
$sValue = $aParam["aArg"][1];
|
||||
|
||||
$this->oHttp->sMethod = "get";
|
||||
$this->oHttp->sToUrl = env("APP_URL")."/cron";
|
||||
$this->oHttp->sToUrl = env("APP_URL")."/exec/cron";
|
||||
$this->oHttp->bIsJson = true;
|
||||
$this->oHttp->aData = [
|
||||
"is_test" => true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user