curl --location --request GET 'https://web.richen8.cn/api/v1/exchanges?page=1&page_size=10' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 0,
"message": "success",
"data": {
"total": 1,
"today_amount": "0.10",
"total_amount": "0.00",
"list": [
{
"id": 1,
"exchange_type": 1,
"exchange_type_name": "微信换支付宝",
"target_amount": 0.1,
"status": 1,
"status_name": "已完成",
"target_account_type": 2,
"target_account_type_name": "支付宝",
"transfer_result": "",
"remark": "",
"CreatedAt": "2025-07-02T01:02:57+08:00",
"create_time": "2025-07-02 01:02:57"
}
]
}
}