curl --location --request GET 'https://web.richen8.cn/api/v1/exchange-goods/records?goods_type_id&page&page_size' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 200,
"message": "success",
"data": {
"total": 0,
"page": 0,
"page_size": 0,
"total_page": 0,
"list": [
{
"id": 0,
"biz_no": "string",
"goods_id": 0,
"goods_name": "string",
"goods_type_id": 0,
"goods_type_name": "string",
"asset_type_name": "string",
"asset_amount": 0,
"coupon_amount": 0,
"min_order_amount": 0,
"status": 0,
"status_text": "string",
"exchange_time": "string"
}
]
}
}