This commit is contained in:
2022-09-09 16:45:47 +08:00
parent fd98e04acc
commit 0125971641

View File

@@ -70,7 +70,7 @@ class Student
$result = [ $result = [
"id" => $vo['id'], "id" => $vo['id'],
"hot" => $vo['hot'], "hot" => $vo['hot'],
"avatar" => $vo['avatar'], "avatar" => 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"],