测试
This commit is contained in:
parent
27eb5c0545
commit
812d49cf17
@ -154,8 +154,7 @@ class ControllerBase extends Phalcon\Mvc\Controller{
|
|||||||
function __check_request_arr(){
|
function __check_request_arr(){
|
||||||
/**/
|
/**/
|
||||||
if($_SERVER['HTTP_HOST']!="127.0.0.1"){
|
if($_SERVER['HTTP_HOST']!="127.0.0.1"){
|
||||||
$this->_LogObj->LogWrite(TIFFANY_API_CHECK_LOG, json_encode($this->request->getPost()));
|
$this->_LogObj->LogWrite(TIFFANY_API_CHECK_LOG, file_get_contents("php://input"));
|
||||||
$this->_LogObj->LogWrite(TIFFANY_API_CHECK_LOG, json_encode(file_get_contents("php://input")));
|
|
||||||
}
|
}
|
||||||
/**/
|
/**/
|
||||||
//接收请求数据
|
//接收请求数据
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user