diff --git a/collection/opendb-mall-goods/collection.json b/collection/opendb-mall-goods/collection.json index a09a4e7..cba13d9 100644 --- a/collection/opendb-mall-goods/collection.json +++ b/collection/opendb-mall-goods/collection.json @@ -41,6 +41,10 @@ "title": "详细描述", "trim":"both" }, + "goods_imgs": { + "bsonType": "array", + "description": "商品详情页的图片描述地址" + }, "goods_thumb": { "bsonType": "string", "description": "商品缩略图,用于在列表或搜索结果中预览显示", diff --git a/collection/opendb-news-comments/collection.json b/collection/opendb-news-comments/collection.json index c697d57..1a67609 100644 --- a/collection/opendb-news-comments/collection.json +++ b/collection/opendb-news-comments/collection.json @@ -31,6 +31,11 @@ "title": "评论内容", "trim": "right" }, + "comment_imgs": { + "bsonType": "array", + "description": "评论图片", + "title": "评论图片" + }, "like_count": { "bsonType": "int", "description": "评论喜欢数、点赞数"