curl --location --request GET '/api/goods_comment/getUnCommentOrder'{
"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
}
}