curl --location --request GET '/api/goods_comment/getOrderGoods' \
--header 'token: {{token}}'
{
"code": 1,
"msg": "",
"data": {
"list": [
{
"id": 58,
"goods_id": 22,
"item_id": 22,
"goods_price": "0.20",
"goods_comment": 4,
"comment": "4"
}
],
"count": 1,
"page_no": 1,
"page_size": 15,
"more": 0
},
"show": 0,
"time": "0.870766"
}