메시지 삭제 기능 추가

This commit is contained in:
2018-11-30 21:29:31 +09:00
parent 1c87db1faf
commit c209dbd90b
8 changed files with 243 additions and 32 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ $userID = Session::getUserID();
$reqTo = Util::getReq('to', 'int');
$reqType = Util::getReq('type', 'string');
if(!$reqTo === null){
if($reqTo === null){
Json::die([
'result'=>false,
'reason'=>'올바르지 않은 범위 입니다.'