Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/admin/orders' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"order_no": "ORD20240110100001",
"user_id": 1,
"user_name": "张三",
"type": "membership_card",
"total_amount": 299,
"paid_amount": 299,
"status": "paid",
"payment_method": "wechat",
"paid_at": "2024-01-10T10:05:00Z",
"created_at": "2024-01-10T10:00:00Z"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 100,
"last_page": 7
}
}