gq 7 years ago
parent
commit
b6b7d345a1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      server/app/Models/CommentInfoModel.php

+ 5 - 0
server/app/Models/CommentInfoModel.php

@@ -10,6 +10,11 @@ class CommentInfoModel extends Model
     protected $fillable = [
     protected $fillable = [
         'interaction_id',
         'interaction_id',
         'user_id',
         'user_id',
+        'user_avatar',
+        'user_nickname',
+        'to_user_id',
+        'to_user_avatar',
+        'to_user_nickname',
         'level',
         'level',
         'content',
         'content',
         'is_read',
         'is_read',