no message

This commit is contained in:
hellcat 2025-06-26 20:45:55 +08:00
parent e43db6671d
commit 604d8dbc86
2 changed files with 6 additions and 4 deletions

View File

@ -40,8 +40,8 @@ final class HookController
} else {
$sSendType = false;
}
var_dump($sSendType);
exit;
// var_dump($sSendType);
// exit;
// test
// $sText = "\\//Article#List ni__aaa__bbb 111 222";
// $sText = "///\\\SaleCode#SetRate__zzxx 2";

View File

@ -25,9 +25,11 @@ class Cmd extends Base {
'测试cron' => "test#cron_i 01",
];
$this->oTGHttp->sendToTG(json_encode($aCmdList, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT));
return $this->toJson($aCmdList);
$this->oHttp::response(200, 'ok');
// $this->oTGHttp->sendToTG(json_encode($aCmdList, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT));
// $this->oHttp::response(200, 'ok');
}