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