getReq변경, ajax인 경우 ajax요청

This commit is contained in:
2020-05-05 00:19:01 +09:00
parent 1d6bd5acf6
commit f93739c0e0
69 changed files with 258 additions and 166 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ if(Session::getInstance()->userGrade < 5){
]);
}
$eventName = Util::getReq('event', 'string');
$eventArgsJson = Util::getReq('arg', 'string');
$eventName = Util::getPost('event', 'string');
$eventArgsJson = Util::getPost('arg', 'string');
if($eventName === null){
Json::die([