새메시지, 클라이언트 단 메시지 시스템 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
+11
View File
@@ -0,0 +1,11 @@
<?php
require('../twe/lib.php');
use utilphp\util as util;
$jsonPost = parseJsonPost();
echo json_encode([
'result'=>true,
'reason'=>'success',
'msgID'=>1997
], JSON_UNESCAPED_UNICODE);