diff --git a/application/third_party/fastapi/controllers/index.php b/application/third_party/fastapi/controllers/index.php index b628bbcc..2e6328d2 100644 --- a/application/third_party/fastapi/controllers/index.php +++ b/application/third_party/fastapi/controllers/index.php @@ -25,6 +25,7 @@ class Index extends CI_Controller public function query() { if ($this->input->ip_address() !== '116.8.4.34' && $this->input->ip_address() !== '127.0.0.1') { //不是公司的网络则不能访问 + echo $this->input->ip_address(); Header("HTTP/1.1 403 Forbidden"); return false; }