no message

This commit is contained in:
hellcat 2025-04-10 20:52:32 +08:00
parent 325c6f65c9
commit a27a20694a

View File

@ -230,7 +230,7 @@ final class HookController
// 快捷回复工单
// /ry 11 你好
if (strpos($sText, '/ry') === 0) {
if (strpos($sText, '/ry') === 0 || strpos($sText, '\/ry') === 0) {
try {
$sText = $this->trimText($sText, '/ry');