seven 13 hours ago
parent
commit
070f3c3519

+ 1 - 0
app/Services/LotteryImageService.php

@@ -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. 输出图片路径 =========

File diff suppressed because it is too large
+ 76 - 0
public/static/html/lottery_temp.html


File diff suppressed because it is too large
+ 76 - 0
public/static/html/lottery_temp_en.html


File diff suppressed because it is too large
+ 76 - 0
public/static/html/lottery_temp_vi.html


File diff suppressed because it is too large
+ 76 - 0
public/static/html/lottery_temp_zh.html


Some files were not shown because too many files changed in this diff