From 367e151ece9037f94dacc006c7b80dcfedb2f8a5 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 29 Sep 2022 10:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E4=BF=A1=E6=81=AF=EF=BC=8Cos?= =?UTF-8?q?s=E5=9C=B0=E5=9D=80=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/Student.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Student.php b/app/controller/Student.php index eefe206..ab550f6 100644 --- a/app/controller/Student.php +++ b/app/controller/Student.php @@ -70,7 +70,7 @@ class Student $result = [ "id" => $vo['id'], "hot" => $vo['hot'], - "avatar" => 'http://'.env('ALIYUNSMS.CDN_NAME').$vo['avatar'], + "avatar" => $vo['avatar'], "nickname" => $vo['nickname'], "is_disabled" => $vo['disabled'], "type" => $vo["type"],