guhongwei 3 years ago
parent
commit
2e2fda742b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/controller/user/config/.personChat.js

+ 2 - 0
app/controller/user/config/.personChat.js

@@ -7,6 +7,7 @@ module.exports = {
       "receiver_name",
       "receiver_name",
       "!content",
       "!content",
       "!room_id",
       "!room_id",
+      "send_time",
     ],
     ],
   },
   },
   destroy: {
   destroy: {
@@ -23,6 +24,7 @@ module.exports = {
       "room_id",
       "room_id",
       "content",
       "content",
       "is_read",
       "is_read",
+      "send_time",
     ],
     ],
   },
   },
   show: {
   show: {