no message

This commit is contained in:
hellcat 2025-04-05 22:58:27 +08:00
parent cc116bc082
commit 261b0db4cd
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ $oHttp->aData = [
'type' => 'private'
],
'date' => 1610000000,
"text" => "\/nodeOption@order_group@46 1",
"text" => "\/nodeOption#order_group#46 1",
]
];

View File

@ -594,7 +594,7 @@ final class HookController
list($sCmd, $sSet) = explode(" ", $sText, 2);
list(, $sField, $iNodeId) = explode("@", $sCmd, 3);
list(, $sField, $iNodeId) = explode("#", $sCmd, 3);
// switch ($sField) {
// case "config":