diff --git a/app/Service/JingcaiLogoService.php b/app/Service/JingcaiLogoService.php index 9bff585e..001c530b 100755 --- a/app/Service/JingcaiLogoService.php +++ b/app/Service/JingcaiLogoService.php @@ -19,8 +19,8 @@ class JingcaiLogoService private const ZQ_COUNTRY_SMALL = 'https://img.aistat.cn/countries/%s.png'; // lq - private const LQ_COMPETITION = 'http://basketball.aistat.cn/competitions/%s.png'; - private const LQ_TEAM = 'http://basketball.aistat.cn/teams/%s.png'; + private const LQ_COMPETITION = 'https://basketball.aistat.cn/competitions/%s.png'; + private const LQ_TEAM = 'https://basketball.aistat.cn/teams/%s.png'; public static function lqCompetition($id) {