Pre Merge pull request !16 from wakary/master

This commit is contained in:
wakary 2024-08-21 03:16:04 +00:00 committed by Gitee
commit 779c304742
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 0 deletions

View File

@ -41,6 +41,10 @@
"title": "详细描述",
"trim":"both"
},
"goods_imgs": {
"bsonType": "array",
"description": "商品详情页的图片描述地址"
},
"goods_thumb": {
"bsonType": "string",
"description": "商品缩略图,用于在列表或搜索结果中预览显示",

View File

@ -31,6 +31,11 @@
"title": "评论内容",
"trim": "right"
},
"comment_imgs": {
"bsonType": "array",
"description": "评论图片",
"title": "评论图片"
},
"like_count": {
"bsonType": "int",
"description": "评论喜欢数、点赞数"