TP5.1
$data = ['name' => 'thinkphp', 'status' => '1'];
return json($data);
$data = ['name' => 'thinkphp', 'status' => '1'];
return json($data);