oHttp->sMethod = "get"; $this->oHttp->sToUrl = env("APP_URL")."/cron"; $this->oHttp->bIsJson = true; $this->oHttp->aData = [ "is_test" => true, "time_type" => $sTimeType, "v" => $sValue, "sSendTg" => $sSendTg ]; $r = $this->oHttp->send(); return $r; } }