$data
$data :
create(mixed $data = '', string $type = '', integer $code = 200, array $header = array(), array $options = array()) : \think\Response|\think\response\Json|\think\response\View|\think\response\Xml|\think\response\Redirect|\think\response\Jsonp
创建Response对象
mixed | $data | 输出数据 |
string | $type | 输出类型 |
integer | $code | |
array | $header | |
array | $options | 输出参数 |