多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**简要描述:** - 已评价列表 **请求URL:** - ` /api/goods_comment/getCommentOrder ` **请求方式:** - GET **参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "count": 2, "lists": [ { "id": 2, "order_goods_id": 1, "goods_id": 48, "item_id": 53, "goods_comment": 5, "comment": "不错,很喜欢", "create_time": "2021-05-26 15:47:50", "goods": { "id": 48, "name": "多规格商品20210519-1", "image": "http://www.likeshopb2b2c.localhost/uploads/images/20210514140309c11118208.jpg" }, "goods_item": { "id": 53, "image": "http://www.likeshopb2b2c.localhost/uploads/images/2021042916395438a2e3238.jpg", "spec_value_str": "红色,M码" }, "goods_comment_image": [ { "id": 3, "goods_comment_id": 2, "uri": "/static/3.png", "shop_id": 1 } ], "goods_comment_image_arr": [ "http://www.likeshopb2b2c.localhost//static/3.png" ] }, { "id": 1, "order_goods_id": 1, "goods_id": 48, "item_id": 53, "goods_comment": 1, "comment": "", "create_time": "2021-05-26 15:43:52", "goods": { "id": 48, "name": "多规格商品20210519-1", "image": "http://www.likeshopb2b2c.localhost/uploads/images/20210514140309c11118208.jpg" }, "goods_item": { "id": 53, "image": "http://www.likeshopb2b2c.localhost/uploads/images/2021042916395438a2e3238.jpg", "spec_value_str": "红色,M码" }, "goods_comment_image": [ { "id": 1, "goods_comment_id": 1, "uri": "/static/1.png", "shop_id": 1 }, { "id": 2, "goods_comment_id": 1, "uri": "/static/2.png", "shop_id": 1 } ], "goods_comment_image_arr": [ "http://www.likeshopb2b2c.localhost//static/1.png", "http://www.likeshopb2b2c.localhost//static/2.png" ] } ], "more": 0, "page_no": 1, "page_size": 15 } } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |goods_comment |int|商品评价星级 | |comment |string|文字评价 | |goods_comment_image_arr |array|图片评论 |