[0] InvalidArgumentException in Response.php line 316, variable type error: object

描述: TP5 的时候报错
[0] InvalidArgumentException in Response.php line 316, variable type error: object

[0] InvalidArgumentException in Response.php line 316, variable type error: object
问题解决:
[0] InvalidArgumentException in Response.php line 316, variable type error: object
返回的数据应该要用json化
在这里插入代码片;

    $content = file_get_contents('./testjson/test9.json');
    $data = json_decode($content);
    return json($data);

再次访问接口即可生效
[0] InvalidArgumentException in Response.php line 316, variable type error: object

上一篇:pytorch.Variables()以及和tensor的区别


下一篇:const 对象的属性能否修改