@@ -25,6 +25,7 @@ class MessageNotificationsEntity extends BaseEntity
throw_logic_exception('消息不存在');
}
$entity->is_read = 1;
+ $entity->read_time = time();
$entity->save();
return $entity;