guhongwei 3 лет назад
Родитель
Сommit
911da0de74
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app/controller/patent/.patentchat.js

+ 2 - 0
app/controller/patent/.patentchat.js

@@ -6,6 +6,7 @@ module.exports = {
       "!receiver_id",
       "receiver_name",
       "content",
+      "file",
     ],
   },
   destroy: {
@@ -20,6 +21,7 @@ module.exports = {
       "receiver_id",
       "receiver_name",
       "content",
+      "file",
       "is_read",
     ],
   },