类型错误: Argument 1 passed to think\Model::hidden() must be of the type array, boolean given, called in E:\web\qxynew\thinkphp\library\think\model\concern\Conversion.php on line 170
这个文件170行的$val->hidden($this->hidden[$key]);
需要改成$val->hidden([$this->hidden[$key]]);