我正在使用 laravel-snappy 工具制作 pdf。它一切正常,但突然。它的投掷```
This site can’t be reached
The webpage at https://gpschool.dev/acadmic/2/t_c_print might be temporarilydown or it may have moved permanently to a new web address. ERR_INVALID_RESPONSE
my laravel config for snappy.php
返回数组(
'pdf' => array(
'enabled' => true,
'binary' => '"C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe"',
'timeout' => false,
'options' => array(),
'env' => array(),
),
'image' => array(
'enabled' => true,
'binary' => '"C:\Program Files\wkhtmltopdf\bin\wkhtmltoimage.exe"',
'timeout' => false,
'options' => array(),
'env' => array(),
),
); ```我不知道发生了什么。谢谢