curl --location --request GET '/api/integral_goods/lists'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"integral": 0,
"goods": {
"page_no": 1,
"page_size": 15,
"count": 1,
"more": 0,
"lists": [
{
"id": 7,
"image": "http://www.likeshopb2b2c.localhost/uploads/images/20211127103128fd7613357.png",
"name": "商品.0228",
"need_integral": 2,
"need_money": "28.00",
"exchange_way": 2
}
]
}
}
}