数据优化

This commit is contained in:
devil_gong
2019-01-10 11:32:15 +08:00
parent 6b6066be3f
commit 712bda53f4
7 changed files with 29 additions and 10 deletions

View File

@ -49,6 +49,7 @@ class Message extends Common
// 参数
$params = $this->data_post;
$params['user'] = $this->user;
$params['user_type'] = 'user';
// 消息更新未已读
MessageService::MessageRead($params);