From 9bdbfd53d16231d319ce4051b31d7a0b43a94a75 Mon Sep 17 00:00:00 2001 From: "yyh931018@qq.com" Date: Thu, 29 Sep 2022 11:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=B4=E5=83=8F=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=B7=AF=E5=BE=844?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/general/Student.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controller/general/Student.php b/application/admin/controller/general/Student.php index 08dec9b..1f8aaf1 100644 --- a/application/admin/controller/general/Student.php +++ b/application/admin/controller/general/Student.php @@ -158,7 +158,7 @@ function getPicUrl($url) if(substr($url,0,4)=='http'){ return $url; }else{ - return 'https://hphb-storage.oss-cn-beijing.aliyuncs.com'.$url; + return 'http://hphb-cdn.uzchain.tech'.$url; } }