|
|
@@ -19,6 +19,7 @@ class LotteryImageService
|
|
|
|
|
|
// ========= 2. 保存HTML到临时文件 =========
|
|
|
$htmlPath = storage_path('app/lottery_temp.html');
|
|
|
+ $htmlPath = base_path()."/public/static/html/lottery_temp.html";
|
|
|
file_put_contents($htmlPath, $html);
|
|
|
|
|
|
// ========= 3. 输出图片路径 =========
|