This commit is contained in:
wangmingqing 2023-05-29 17:42:29 +08:00
parent 01bd8f7322
commit 22592d82ea

View File

@ -14,7 +14,7 @@ class Oauth2Controller extends ControllerBase{
// http://weapp.wemediacn.net/d/tiffany/api/oauth2/wmqtest
function wmqtestAction(){
if($_SERVER['HTTP_HOST']!="127.0.0.1"){
$this->_LogObj->LogWrite(TIFFANY_API_CHECK_LOG, file_get_contents("php://input"));
$this->_LogObj->LogWrite(TIFFANY_API_CHECK_LOG, '123213123');
}
echo time();die;
}