|
@@ -14,6 +14,7 @@ const NewsSchema = {
|
|
uid: { type: String, required: false, maxLength: 500 }, // 用户id
|
|
uid: { type: String, required: false, maxLength: 500 }, // 用户id
|
|
content: { type: String, required: false }, // 正文
|
|
content: { type: String, required: false }, // 正文
|
|
picture: { type: String, required: false }, // 图片路径
|
|
picture: { type: String, required: false }, // 图片路径
|
|
|
|
+ filepath: { type: String, required: false }, // 文件路径
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|