- wiki说明
- 公共模块
- 首页模块
- 分类模块
- 商品模块
- 登录模块
- 用户模块
- 购物车
- 订单模块
- 收获地址
- 商品评价
- 其他
获取商品评价总数
开发中
GET
/comment/total
请求参数
Query 参数
goodsId
string
必需
示例值:
10038
返回响应
🟢200成功
application/json
Body
status
integer
必需
message
string
必需
data
object
必需
total
object
必需
示例
{
"status": 200,
"message": "success",
"data": {
"total": {
"all": 2,
"praise": 2,
"review": 0,
"negative": 0
}
}
}
修改于 2023-09-16 03:23:02