curl --location --request GET '/adminapi/promotion/points_exchange/list?page=1&size=15&sort_field=id&sort_order=desc'
{
"code": 0,
"msg": "ok",
"data": {
"filter_result": [
{
"id": 34,
"product_id": 329,
"exchange_integral": 100,
"points_deducted_amount": "20.00",
"is_hot": 0,
"is_enabled": 1,
"product_name": "【送礼】新西兰进口4.0g蛋白全脂牛奶250ml*24盒整箱",
"market_price": "269.00",
"pic_url": "img/item/demo/1682045469WS9H7p2L9x5EPhuawk!!pic400x400.jpeg",
"virtual_sales": 3,
"discounts_price": "249.00"
}
],
"filter": {
"keyword": "",
"page": 1,
"size": 15,
"sort_field": "id",
"sort_order": "desc",
"is_enabled": -1,
"is_hot": -1
},
"total": 6,
"errcode": 0,
"message": ""
}
}