文档
测试

商品评论列表

POST
https://mozi.bailingyoupin.com/api/Goodscomment/comment_list

请求参数

参数名
类型
描述
必填
sign
必填
timestamp
必填
key
必填
limit
5
必填
page
必填
order_by
必填
asc
必填
goods_id
1
必填
order_id
必填
user_id
必填

说明 / 示例

{ "code": 200, "datas": [ { "goods_comment_id": 4024, "goods_id": 1, "order_id": 4655, "user_id": 95595, "star": 5, "content": "宝贝很好", "imgs": "", "status": 0, "add_time": "2019-06-16 15:30:38", "buy_time": "2019-06-11 22:04:01", "counts": 15 }, { "goods_comment_id": 3830, "goods_id": 1, "order_id": 4170, "user_id": 92983, "star": 5, "content": "很好用", "imgs": "", "status": 0, "add_time": "2019-06-12 15:31:10", "buy_time": "2019-06-01 22:52:15", "counts": 15 }, { "goods_comment_id": 188, "goods_id": 1, "order_id": 2710, "user_id": 94122, "star": 5, "content": "好", "imgs": "", "status": 0, "add_time": "2019-05-09 15:48:59", "buy_time": "2019-05-06 14:29:02", "counts": 15 }, { "goods_comment_id": 192, "goods_id": 1, "order_id": 2617, "user_id": 92983, "star": 5, "content": "很好", "imgs": "", "status": 0, "add_time": "2019-05-09 20:43:06", "buy_time": "2019-05-03 23:32:06", "counts": 15 }, { "goods_comment_id": 228, "goods_id": 1, "order_id": 2443, "user_id": 1254, "star": 5, "content": "很好用", "imgs": "", "status": 0, "add_time": "2019-05-16 12:56:31", "buy_time": "2019-05-01 06:51:11", "counts": 15 } ] }