no message
This commit is contained in:
parent
9e2940330f
commit
36f07ba2fb
@ -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发送请求
|
||||
|
||||
Loading…
Reference in New Issue
Block a user