Ken 2 小時之前
父節點
當前提交
4e26a20090
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/IssueService.php

+ 1 - 1
app/Services/IssueService.php

@@ -289,7 +289,7 @@ class IssueService extends BaseService
                 SendTelegramGroupMessageJob::dispatch($text, $buttons, $image, true);
             }
 
-            if (env('APP_URL') != 'https://botpc28.testx2.cc') {
+            if (config('app.url') != 'https://botpc28.testx2.cc') {
                 $recordImage = self::lotteryImage($info->issue_no);
             }