diff --git a/collection/opendb-mall-goods/collection.json b/collection/opendb-mall-goods/collection.json index a09a4e72d347e6e567d5586c3fb92c239577b13a..cba13d9ba1a3815e2c2029de87754eb9932ef536 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 81a0e89978bc0a5fe575ce638e7656485e3d8682..3a31e86cdf80cde095886a8f4fc5e640f25757f7 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": "评论喜欢数、点赞数"