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