guhongwei 3 년 전
부모
커밋
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",
     ],
   },