多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**简要描述:** - 未评价列表 **请求URL:** - ` /api/goods_comment/getUnCommentOrder ` **请求方式:** - GET **参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "lists": [ { "id": 1, "shop_id": 1, "is_comment": 0, "shop": { "id": 1, "name": "一号店", "type": 2 }, "order_goods_un_comment": [ { "id": 1, "order_id": 1, "goods_id": 48, "item_id": 60, "goods_num": 1, "goods_name": "多规格商品20210519-1", "goods_price": "8.00", "is_comment": 0, "goods_item": { "id": 60, "image": "http://www.likeshopb2b2c.localhost/uploads/images/20210514140309c11118208.jpg", "spec_value_str": "红,X" } }, { "id": 2, "order_id": 1, "goods_id": 48, "item_id": 61, "goods_num": 1, "goods_name": "多规格商品20210519-1", "goods_price": "8.00", "is_comment": 0, "goods_item": { "id": 61, "image": "http://www.likeshopb2b2c.localhost/uploads/images/202105141402565845a4248.jpg", "spec_value_str": "红,M" } } ] }, { "id": 2, "shop_id": 1, "is_comment": 0, "shop": { "id": 1, "name": "一号店", "type": 2 }, "order_goods_un_comment": [ { "id": 3, "order_id": 2, "goods_id": 48, "item_id": 60, "goods_num": 1, "goods_name": "多规格商品20210519-1", "goods_price": "8.00", "is_comment": 0, "goods_item": { "id": 60, "image": "http://www.likeshopb2b2c.localhost/uploads/images/20210514140309c11118208.jpg", "spec_value_str": "红,X" } } ] } ], "count": 2, "more": 0, "page_no": 1, "page_size": 15 } } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- |