탈퇴 프로세스 추가

This commit is contained in:
2018-03-21 02:57:59 +09:00
parent f3d7a6a1a7
commit f7a9445954
12 changed files with 167 additions and 221 deletions
+1 -1
View File
@@ -90,5 +90,5 @@ if($generalID){
//TODO: 이를 표현하는 방법은 '이전 버전'의 serverListPost.php를 참고할 것.
returnJson([
'game'=>$game,
'me'=>$me
'me'=>$me?$me:null
]);