From 7408031a646e91a73ae04db8270ad1ad69558ad1 Mon Sep 17 00:00:00 2001 From: jcadmin Date: Wed, 11 Dec 2024 21:35:28 +0800 Subject: [PATCH] image https --- app/Service/JingcaiLogoService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {