fix bug
This commit is contained in:
@@ -21,7 +21,7 @@ class Help
|
||||
if(empty($info)){
|
||||
return show("找不到该学生信息!");
|
||||
}
|
||||
$hot = $info->hot;
|
||||
$hot = $info['hot'];
|
||||
$data = [
|
||||
"userid"=>$userid,
|
||||
"student_id"=>$student_id,
|
||||
|
||||
Reference in New Issue
Block a user