no message

This commit is contained in:
hellcat 2025-07-10 17:54:15 +08:00
parent 2c224254e4
commit 29e226521f

View File

@ -122,7 +122,9 @@ class Node extends Base
if (empty($aNodeList)) {
$sMsg = "没有";
// $sMsg = "没有";
return "没有";
} else {
@ -141,15 +143,17 @@ class Node extends Base
unset($row['is_dynamic_rate']);
unset($row['password']);
// $sMsg = json_encode($row, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
//
// $this->oTGHttp->sendToTG($sMsg);
$sMsg = json_encode($row, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
//
$this->oTGHttp->sendToTG($sMsg);
// $this->oHttp::response(200, 'ok');
//
}
$sMsg = $this->toJson($aNodeList);
// $sMsg = $this->toJson($aNodeList);
}
return $sMsg;
// $this->oHttp::response(200, 'ok');
// return $sMsg;
$this->oHttp::response(200, 'ok');
}
public function FindSet($aParam)