curl --location --request GET '/api/recharge/record' \
--header 'token: {{api-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"sn": "202310081642314010",
"order_amount": "12.00",
"pay_way": 2,
"pay_status": 1,
"refund_status": 0,
"pay_time": "-",
"create_time": "2023-10-08 16:42:31",
"name": "机器人套餐",
"sell_price": "12.00",
"pay_way_text": "微信支付",
"pay_status_text": "已支付"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}