curl --location 'IntegralGoods/lists'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"integral": 4280,
"goods": {
"page_no": 1,
"page_size": 15,
"count": 1,
"more": 0,
"lists": [
{
"id": 1,
"image": "http://im.com:8081/uploads/images/2021062317001844cf80052.jpeg",
"name": "测试",
"need_integral": 10,
"need_money": "0.00",
"exchange_way": 1,
"is_buy": 1
}
]
}
}
}