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';