no message

This commit is contained in:
hellcat 2025-04-15 16:19:32 +08:00
parent 9e2940330f
commit 36f07ba2fb

View File

@ -65,7 +65,7 @@ final class HookController
// 发送结果回Telegram
$response = [
'inline_query_id' => $inline_query_id,
'results' => json_encode($results)
'results' => json_encode($results, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT)
];
// 使用file_get_contents发送请求