no message

This commit is contained in:
hellcat 2025-12-29 22:25:15 +08:00
parent aafe136a95
commit a325df2119

View File

@ -154,13 +154,14 @@ class Node extends Base
// //
$this->oTGHttp->sendToTG($sMsg); $this->oTGHttp->sendToTG($sMsg);
// $this->oHttp::response(200, 'ok'); $this->oHttp::response(200, 'ok');
// //
} }
// $sMsg = $this->toJson($aNodeList); // $sMsg = $this->toJson($aNodeList);
} }
// return $sMsg; // return $sMsg;
$this->oHttp::response(200, 'ok'); $this->oHttp::response(200, 'ok');
exit;
} }
public function FindSet($aParam) public function FindSet($aParam)