- wiki说明
- 公共模块
- 首页模块
- 分类模块
- 商品模块
- 登录模块
- 用户模块
- 购物车
- 订单模块
- 收获地址
- 商品评价
- 其他
获取商品评价
开发中
GET
/comment/listRows
请求参数
Query 参数
goodsId
string
商品id
示例值:
10038
limit
integer
获取评论数量
示例值:
2
返回响应
🟢200成功
application/json
Body
status
integer
必需
message
string
必需
data
object
必需
list
array [object {8}]
必需
total
integer
必需
示例
{
"status": 200,
"message": "success",
"data": {
"list": [
{
"comment_id": 10014,
"score": 10,
"content": "质量很不错 挺喜欢的",
"is_picture": 0,
"user_id": 10003,
"store_id": 10001,
"create_time": "2023-03-21 15:01:35",
"user": {
"user_id": 10003,
"nick_name": "谷神不死",
"avatar_id": 10306,
"avatar_url": "http://cba.itlike.com/public/uploads/10001/20230321/a0db9adb2e666a65bc8dd133fbed7834.png",
"avatar": {
"file_id": 10306,
"group_id": 0,
"channel": 20,
"storage": "local",
"domain": "",
"file_type": 10,
"file_name": "avatar_221fc65c1f6e36adb67429f500720c7e.png",
"file_path": "10001/20230321/a0db9adb2e666a65bc8dd133fbed7834.png",
"file_size": 619,
"file_ext": "png",
"cover": "",
"uploader_id": 0,
"is_recycle": 0,
"is_delete": 0,
"update_time": "2023-03-21 15:25:59",
"preview_url": "http://cba.itlike.com/public/uploads/10001/20230321/a0db9adb2e666a65bc8dd133fbed7834.png",
"external_url": "http://cba.itlike.com/public/uploads/10001/20230321/a0db9adb2e666a65bc8dd133fbed7834.png"
}
}
},
{
"comment_id": 10015,
"score": 10,
"content": "又买了一台 真的很喜欢",
"is_picture": 1,
"user_id": 10003,
"store_id": 10001,
"create_time": "2023-03-21 15:02:52",
"user": {
"user_id": 10003,
"nick_name": "谷神不死",
"avatar_id": 10306,
"avatar_url": "http://cba.itlike.com/public/uploads/10001/20230321/a0db9adb2e666a65bc8dd133fbed7834.png",
"avatar": {
"file_id": 10306,
"group_id": 0,
"channel": 20,
"storage": "local",
"domain": "",
"file_type": 10,
"file_name": "avatar_221fc65c1f6e36adb67429f500720c7e.png",
"file_path": "10001/20230321/a0db9adb2e666a65bc8dd133fbed7834.png",
"file_size": 619,
"file_ext": "png",
"cover": "",
"uploader_id": 0,
"is_recycle": 0,
"is_delete": 0,
"update_time": "2023-03-21 15:25:59",
"preview_url": "http://cba.itlike.com/public/uploads/10001/20230321/a0db9adb2e666a65bc8dd133fbed7834.png",
"external_url": "http://cba.itlike.com/public/uploads/10001/20230321/a0db9adb2e666a65bc8dd133fbed7834.png"
}
}
}
],
"total": 2
}
}
修改于 2023-09-16 03:24:55