简要描述:
- 开品实验室--品论详情页
请求域名:
- http://xx.com
请求URL:
POST/plugin.kaipin-laboratory.frontend.product-plaza.get-comment-detail
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 评论id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "获取数据成功",
"data": {
"id": 1,
"uniacid": 1,
"product_id": 1,
"member_id": 1,
"content": "99999999",
"is_public": 1,
"parent_id": 0,
"reply_id": 0,
"score": 5,
"is_shop": 0,
"is_show": 1,
"is_top": 0,
"is_reply": 1,
"created_at": null,
"deleted_at": null,
"updated_at": "2024-06-20 16:00:12",
"count_chlid": 4,
"member": {
"uid": 1,
"nickname": "as",
"avatar": "http://www.shop777.com/static/upload/images/1/2022/12/1cf39f1438bce3a79d11c881b46b7c6f.gif",
"mobile": "12345678901",
"avatar_image": "http://www.shop777.com/static/upload/images/1/2022/12/1cf39f1438bce3a79d11c881b46b7c6f.gif",
"username": "as"
},
"product": {
"id": 1,
"name": "戴拿",
"main_images": "a:8:{i:0;s:53:\"images/1/2024/04/a58ac15c1a88989af02654b68d1568d4.jpg\";i:1;s:53:\"images/1/2024/04/4d1d15e21ce57907f701b37d1d0bb46b.gif\";i:2;s:45:\"newimage/1bf039266981330e8563577da5926b6f.jpg\";i:3;s:53:\"images/1/2024/01/0b20441de360c4e590b26e50eed1dc01.jpg\";i:4;s:53:\"images/1/2024/01/241fed586ea860e69064ce029009144c.jpg\";i:5;s:53:\"images/1/2024/01/7ffd8413e76ef66b13a7b1f73e1144b5.gif\";i:6;s:53:\"images/1/2024/01/7e0110b949dd53e631493858ef224b8c.jpg\";i:7;s:53:\"images/1/2023/11/e91c1d2ca453e1c2179c16f3326c830f.jpg\";}",
"main_images_url": [
"http://www.shop777.com/static/upload/images/1/2024/04/a58ac15c1a88989af02654b68d1568d4.jpg",
"http://www.shop777.com/static/upload/images/1/2024/04/4d1d15e21ce57907f701b37d1d0bb46b.gif",
"http://www.shop777.com/static/upload/newimage/1bf039266981330e8563577da5926b6f.jpg",
"http://www.shop777.com/static/upload/images/1/2024/01/0b20441de360c4e590b26e50eed1dc01.jpg",
"http://www.shop777.com/static/upload/images/1/2024/01/241fed586ea860e69064ce029009144c.jpg",
"http://www.shop777.com/static/upload/images/1/2024/01/7ffd8413e76ef66b13a7b1f73e1144b5.gif",
"http://www.shop777.com/static/upload/images/1/2024/01/7e0110b949dd53e631493858ef224b8c.jpg",
"http://www.shop777.com/static/upload/images/1/2023/11/e91c1d2ca453e1c2179c16f3326c830f.jpg"
],
"qr_images_url": "",
"number_applicants": 0,
"total_price": 0,
"status_name": null,
},
"child_comment": [
{
"id": 3,
"parent_id": 1,
"reply_id": 1,
"content": "99999",
"member_id": 0,
"is_shop": 1,
"created_at": "2024-06-19 11:00:16",
"member": {
"uid": 0,
"nickname": "管*员",
"avatar": "http://www.shop777.com/static/upload/newimage/d0c3d0561f22622b87fd29aac7ca644a.jpg"
}
}
]
}
}
返回参数列表数组说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 评论id |
content | string | 评论内容 |
is_public | int | 是否通过 1通过,0不通过 |
created_at | string | 评论时间 |
score | int | 评分 |
member.uid | int | 会员id |
member.nickname | string | 会员昵称 |
member.mobile | array | 会员电话 |
member.avatar | string | 开品状态 |
product.id | int | 开品id |
product.name | string | 开品名称 |
product.main_images | array | 开品主图数组 |
product.status | int | 开品状态 |
product.status_name | string | 开品状态名称 |
child_comment[n].id | int | 子评论id |
count_chlid | int | 总数 |
child_comment[n].content | string | 评论内容 |
child_comment[n].images_url | array | 评论图片数组 |
child_comment[n].is_shop | int | 是否为商家回复,1是,0否 |
child_comment[n].member.nickname | string | 会员昵称 |
child_comment[n].member.avatar | string | 会员头像 |
备注:
- 更多返回错误代码请看首页的错误代码描述