From 89f3616c229c586fd0542a12cf25c44822c20850 Mon Sep 17 00:00:00 2001 From: jcadmin Date: Wed, 11 Dec 2024 21:33:53 +0800 Subject: [PATCH] image https --- app/Service/JingcaiLogoService.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Service/JingcaiLogoService.php b/app/Service/JingcaiLogoService.php index 0f58e1e1..9bff585e 100755 --- a/app/Service/JingcaiLogoService.php +++ b/app/Service/JingcaiLogoService.php @@ -13,10 +13,10 @@ use Illuminate\Support\Arr; class JingcaiLogoService { // zq - private const ZQ_COMPETITION = 'http://img.aistat.cn/competitions/%s.png'; - private const ZQ_TEAM = 'http://img.aistat.cn/teams/%s.png'; - private const ZQ_COUNTRY_LARGE = 'http://img.aistat.cn/countries-large/%s.png'; - private const ZQ_COUNTRY_SMALL = 'http://img.aistat.cn/countries/%s.png'; + private const ZQ_COMPETITION = 'https://img.aistat.cn/competitions/%s.png'; + private const ZQ_TEAM = 'https://img.aistat.cn/teams/%s.png'; + private const ZQ_COUNTRY_LARGE = 'https://img.aistat.cn/countries-large/%s.png'; + private const ZQ_COUNTRY_SMALL = 'https://img.aistat.cn/countries/%s.png'; // lq private const LQ_COMPETITION = 'http://basketball.aistat.cn/competitions/%s.png';