{
"code": 200,
"message": "success",
"data": {
"id": 1,
"out_order_no": "EXT20250101001",
"buyer_id": 10,
"game_id": 1,
"game_name": "梦幻西游",
"platform_id": 1,
"platform_name": "PC",
"character_name": "角色A",
"server_id": 1,
"server_name": "东海湾",
"source": 1,
"status": 1,
"prev_status": null,
"allow_split_supplier": 1,
"total_quantity": 5,
"total_amount_cny": "500.00",
"deadline_at": null,
"pay_time": null,
"remark": "",
"created_at": "2025-01-01 10:00:00",
"updated_at": "2025-01-01 12:00:00",
"items": [
{
"id": 1,
"product_id": 1,
"product_name": "金币",
"category_id": 1,
"category_name": "货币",
"server_id": 1,
"server_name": "东海湾",
"quantity": 5,
"unit_price_cny": "100.00",
"total_price_cny": "500.00",
"dispatched_quantity": 3,
"is_abandoned": 0
}
],
"logs": [
{
"id": 1,
"content": "创建订单",
"operator_name": "API:平台A",
"created_at": "2025-01-01 10:00:00"
}
]
}
}