- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
商品评论数量
开发中
GET
/api/front/reply/config/{id}
最后修改时间:2023-06-07 13:16:18
责任人:未设置
请求参数
Path 参数
id
string
必需
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
goodCount
integer
必需
inCount
integer
必需
poorCount
integer
必需
replyChance
string
必需
replyStar
integer
必需
sumCount
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"goodCount": 0,
"inCount": 0,
"poorCount": 0,
"replyChance": "",
"replyStar": 0,
"sumCount": 0
},
"message": ""
}
修改于 2023-06-07 13:16:18