최근 메시지만 전송 받도록 수정.

This commit is contained in:
2018-04-16 08:18:40 +09:00
parent db97400b43
commit bc3a8fefd8
6 changed files with 69 additions and 20 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ if(!$v->validate()){
}
$mailbox = (int)$post['mailbox'];
$text = StringUtil::cutStringForWidth($post['text'], 100, '');
$text = StringUtil::cutStringForWidth($post['text'], 199, '');
$session = Session::requireGameLogin([
'msgID'=>null