This commit is contained in:
knowpia
2022-09-14 15:35:14 +08:00
parent 95c43d40f0
commit 156cbb26db

View File

@@ -21,7 +21,7 @@ class Help
if(empty($info)){ if(empty($info)){
return show("找不到该学生信息!"); return show("找不到该学生信息!");
} }
$hot = $info->hot; $hot = $info['hot'];
$data = [ $data = [
"userid"=>$userid, "userid"=>$userid,
"student_id"=>$student_id, "student_id"=>$student_id,