no message

This commit is contained in:
hellcat 2026-01-22 20:22:02 +08:00
parent 5f4925b031
commit 0645e67a8f

View File

@ -185,7 +185,9 @@ private function utilNotify(string $sFileName, string $sText)
if (config("app.is_loc")) { if (config("app.is_loc")) {
$sUrl = "https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png"; $sUrl = "https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png";
} }
var_dump($sUrl);
exit;
TeleSlave::warn()->enableSlaveQueue(false)->setPhotoUrl($sUrl)->send($sText); TeleSlave::warn()->enableSlaveQueue(false)->setPhotoUrl($sUrl)->send($sText);
} }