This commit is contained in:
2022-09-09 16:46:12 +08:00
parent 0125971641
commit 58ab2aa239

View File

@@ -70,7 +70,7 @@ class Student
$result = [ $result = [
"id" => $vo['id'], "id" => $vo['id'],
"hot" => $vo['hot'], "hot" => $vo['hot'],
"avatar" => env('ALIYUNSMS.CDN_NAME').$vo['avatar'], "avatar" => 'http://'.env('ALIYUNSMS.CDN_NAME').$vo['avatar'],
"nickname" => $vo['nickname'], "nickname" => $vo['nickname'],
"is_disabled" => $vo['disabled'], "is_disabled" => $vo['disabled'],
"type" => $vo["type"], "type" => $vo["type"],