avatar
This commit is contained in:
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user