no message
This commit is contained in:
parent
08489237a4
commit
ceb1a74a25
@ -7,6 +7,7 @@ use App\Services\Tg\Hook\Dog;
|
||||
use App\Services\TomTool\Flow;
|
||||
use App\Services\TomTool\HttpV2;
|
||||
use App\Services\TomTool\Telegram\Slave as TeleSlave;
|
||||
use App\Services\TomTool\Http;
|
||||
|
||||
use App\Services\UrlMap;
|
||||
|
||||
@ -44,8 +45,15 @@ class Test extends Base {
|
||||
|
||||
public function t1()
|
||||
{
|
||||
TeleSlave::log()->enableSlaveQueue(false)->setFileUrl("https://master.tomshell.my/freenode/template/clash.txt")->setMsgS("fff")->send();
|
||||
echo 1;
|
||||
$oHttp = new Http();
|
||||
|
||||
$sFnClient = "xxx";
|
||||
$oHttp->sToUrl = "https://".env("url_master_base")."/api/v1/freenode/url_feed_today/".env("site_code")."/{$sFnClient}";
|
||||
$s = $oHttp->send();
|
||||
echo $s;
|
||||
// tt($s);
|
||||
// TeleSlave::log()->enableSlaveQueue(false)->setFileUrl("https://master.tomshell.my/freenode/template/clash.txt")->setMsgS("fff")->send();
|
||||
// echo 1;
|
||||
}
|
||||
|
||||
public function httpJson($aParam)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user