Files
quyun/frontend/admin/src/api/order_list.json
2025-04-10 21:42:13 +08:00

24 lines
606 B
JSON

{
"page": 1,
"limit": 10,
"total": 1,
"items": [
{
"id": 1,
"created_at": "2025-04-10T21:30:27.585874Z",
"updated_at": "2025-04-10T21:30:27.585877Z",
"order_no": "20250410213027",
"sub_order_no": "20250410213027",
"transaction_id": "",
"refund_transaction_id": "",
"price": 325,
"discount": 58,
"currency": "",
"payment_method": "",
"post_id": 1,
"user_id": 1,
"status": 0,
"meta": {}
}
]
}