no message

This commit is contained in:
hellcat 2025-04-04 19:32:10 +08:00
parent bab63d79a5
commit f598c53bb6

View File

@ -125,7 +125,7 @@ final class HookController
'节点like' => '/nodeLike_duck jp02',
];
$this->sendMessage(json_encode($aCmdList, JSON_PRETTY_PRINT));
$this->sendMessage(json_encode($aCmdList, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT));
Http::response(200, 'ok');