메시지 삭제 기능 추가

This commit is contained in:
2019-04-07 21:01:38 +09:00
parent 54c9279734
commit b36262b167
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'=>'올바르지 않은 범위 입니다.'