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

2022/1/16 17:34:18

本文主要是介绍[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



这篇关于[0] InvalidArgumentException in Response.php line 316, variable type error: object的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程