tp6 Cannot use object of type think\response\Json as array 对象转数组_测试工具

输出:

tp6 Cannot use object of type think\response\Json as array 对象转数组_测试工具_02

对象转数组

$flag = $this->orderList();
$flag = json_decode($flag->getContent(),true);

 输出:

tp6 Cannot use object of type think\response\Json as array 对象转数组_数组_03