简要描述:
- 商品评价列表接口
POST:/wapapi/goods/scheduleDetail
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
goods_id | 是 | int | 商品id |
custom_id | 是 | int | 表单id |
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data": {
"value": [
{
["tag"]=> "store"
["name"]=>"门店"
["label"]=>"门店"
["required"]=>bool(true)
["value"]=>""
["type"]=> int(3)
["store_list"]=>[{
["store_id"]=>int(16)
["store_name"]=>string(14) "sp1ADMIN花店"
}]
["options"]=>string(14) "15,14,13,12,11"
},
{
["tag"]=> "clerk"
["name"]=>"店员"
["label"]=>"店员"
["required"]=>bool(true)
["value"]=>""
["type"]=> int(3)
["clerk"]=>[{
["assistant_id"]=>int(19)
["assistant_name"]=>string(3) "tim"
["store_id"]=>string(5) "13,11"
["store_name"]=>string(12) "越秀公园"
["jobs_name"]=>string(6) "经理"
}]
["options"]=>string(14) "6"
},
{
["tag"]=> "schedule"
["name"]=>"预约档期"
["label"]=>"预约档期"
["required"]=>bool(true)
["value"]=>""
["type"]=> int(3)
["schedule"]=>[{
["store_id"]=>int(16)
["store_name"]=>string(14) "sp1ADMIN花店"
}]
["options"]=>string(14) "15,14,13,12,11"
["schedule_id"]=>int(1)
["list"]=>[
["07-18"]=>{
["days"]=>string(5) "07-18"
["week_days"]=>string(6) "周六"
["time_rules"]=>[
["09:00"]=>
{
["time"]=>string(5) "09:00"
["num"]=>string(2) "11"
["time_str"]=>string(48) "周一,周二,周三,周四,周五,周六,周日"
["keys"]=>int(1)
["chk_value"]=>string(48) "周一,周二,周三,周四,周五,周六,周日"
}
]
}
]
}
],
"pic": https://cbu01.alicdn.com/img/ibank/2020/480/244/14929442084_1220729447.jpg,
"custom_name": 模板名称333,
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 评论id |
content | string | 评论内容 |
images | array | 评论图片 |
explain_first | string | 商家回复 |
member_name | string | 买家名称 |
again_content | string | 追评内容 |
again_images | array | 追评图片 |
user_img | string | 用户头像 |
again_explain | string | 商家再次回复 |
explain_type | int | 评价,1好评2中评3差评 |
addtime | int | 评价时间戳 |
again_addtime | int | 追评时间戳 |
explain_time | int | 卖家回复时间戳,0表示没回复时间戳 |
again_explain_time | int | 卖家再次回复时间戳,0表示没回复时间戳 |
total_count | int | 总条数 |
page_count | int | 总页数 |
evaluate_count | int | 总评价数 |
imgs_count | int | 带图片评价数 |
again_count | int | 追加评论评价数 |
praise_count | int | 好评数 |
center_count | int | 中评数 |
bad_count | int | 差评数 |