diff --git a/app/Services/TG/Hook/Mod/Test.php b/app/Services/TG/Hook/Mod/Test.php index c199f0e..668ce1c 100644 --- a/app/Services/TG/Hook/Mod/Test.php +++ b/app/Services/TG/Hook/Mod/Test.php @@ -35,7 +35,7 @@ class Test extends Base { "is_test" => true, "time_type" => $sTimeType, "v" => $sValue, - "bSendTg" => $sSendTg + "sSendTg" => $sSendTg ]; $r = $this->oHttp->send();