guhongwei 3 years ago
parent
commit
911da0de74
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/controller/patent/.patentchat.js

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

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