새메시지, 클라이언트 단 메시지 시스템 1차 완성

This commit is contained in:
2018-02-13 01:01:02 +09:00
parent cd243ce950
commit b47285c545
10 changed files with 254 additions and 24 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
require('../twe/lib.php');
use utilphp\util as util;
return json_encode([
$jsonPost = parseJsonPost();
echo json_encode([
'result'=>true,
'reason'=>'success'
], JSON_UNESCAPED_UNICODE);