no message

This commit is contained in:
hellcat 2025-04-07 21:32:06 +08:00
parent 697265ff2b
commit 0ebb5352f9
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ $oHttp->aData = [
'type' => 'private'
],
'date' => 1610000000,
"text" => "\/nodeList",
"text" => "\/nodeLike#name 日本 JP-",
]
];

View File

@ -759,7 +759,7 @@ final class HookController
try {
$aNodeList = Node::where($sField, 'like', '%' . $sLike . '%')orderBy('sort', 'desc')->orderBy('name', 'asc')->get()->toArray();
$aNodeList = Node::where($sField, 'like', '%' . $sLike . '%')->orderBy('sort', 'desc')->orderBy('name', 'asc')->get()->toArray();
} catch (\Illuminate\Database\QueryException $e) {