字段 | 字段类型 | 是否必须 | 说明 |
---|---|---|---|
order_sn | String | Y | 订单编号 |
items | Array | Y | 评价明细数据 |
items.*.id | Integer | Y | 评价明细ID(订单明细ID) |
items.*.comment | String | Y | 评价内容 |
items.*.images | Array | N | 评价明细图片数组 |
items.*.images.* | String | Y | 评价明细图片URL |
is_anonymous | Integer | Y | 是否匿名评价(0:否,1:是) |
rank | Integer | Y | 综合评分 |
goods_rank | Integer | Y | 商品评分 |
price_rank | Integer | Y | 价格评分 |
bus_rank | Integer | Y | 商家服务评分 |
delivery_rank | Integer | Y | 交货速度评分 |
service_rank | Integer | Y | 服务评分 |