no message
This commit is contained in:
parent
2c224254e4
commit
29e226521f
@ -122,7 +122,9 @@ class Node extends Base
|
|||||||
|
|
||||||
if (empty($aNodeList)) {
|
if (empty($aNodeList)) {
|
||||||
|
|
||||||
$sMsg = "没有";
|
// $sMsg = "没有";
|
||||||
|
|
||||||
|
return "没有";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
@ -141,15 +143,17 @@ class Node extends Base
|
|||||||
unset($row['is_dynamic_rate']);
|
unset($row['is_dynamic_rate']);
|
||||||
unset($row['password']);
|
unset($row['password']);
|
||||||
|
|
||||||
// $sMsg = json_encode($row, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
|
$sMsg = json_encode($row, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
|
||||||
//
|
|
||||||
// $this->oTGHttp->sendToTG($sMsg);
|
|
||||||
//
|
//
|
||||||
|
$this->oTGHttp->sendToTG($sMsg);
|
||||||
|
|
||||||
|
// $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');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function FindSet($aParam)
|
public function FindSet($aParam)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user