no message

This commit is contained in:
hellcat 2025-07-19 18:59:42 +08:00
parent efcd80fd28
commit f0efe9bc17

View File

@ -13,7 +13,7 @@ class Test extends Base {
$sValue = $aParam["aArg"][1]; $sValue = $aParam["aArg"][1];
$this->oHttp->sMethod = "get"; $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->bIsJson = true;
$this->oHttp->aData = [ $this->oHttp->aData = [
"is_test" => true, "is_test" => true,