This commit is contained in:
thinkphp
2017-05-12 15:24:37 +08:00
parent ea83a28d7e
commit c78b8deea5

View File

@@ -53,7 +53,7 @@ class Response
$this->options = array_merge($this->options, $options);
}
$this->contentType($this->contentType, $this->charset);
$this->header = $header;
$this->header = array_merge($this->header, $header);
$this->code = $code;
}