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);
             }