@ -1958,8 +1958,8 @@ class OrdersController extends CommonController
// 1. 创建临时文件路径
$options = [
'format' => 'png',
'width' => 400,
// 'width' => 400,
'height' => 200
// 'height' => 200
];
$tempPath = storage_path('app/temp/' . uniqid() . '.' . $options['format']);
// 确保临时目录存在