改名
This commit is contained in:
@@ -172,7 +172,6 @@ class Response extends Application
|
|||||||
{
|
{
|
||||||
$this->response->status($status);
|
$this->response->status($status);
|
||||||
$this->response->header('Content-Type', $this->getContentType());
|
$this->response->header('Content-Type', $this->getContentType());
|
||||||
$this->response->header('Access-Control-Allow-Origin', '*');
|
|
||||||
$this->response->header('Run-Time', $this->getRuntime());
|
$this->response->header('Run-Time', $this->getRuntime());
|
||||||
if (empty($sendData)) {
|
if (empty($sendData)) {
|
||||||
$sendData = '';
|
$sendData = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user