{
"code": 200,
"message": "success",
"data": {
"id": 1,
"purchase_order_no": "PO20250101001",
"out_order_id": 1,
"out_order_no": "EXT20250101001",
"inquiry_id": 1,
"inquiry_no": "INQ20250101001",
"quotation_id": 1,
"quotation_no": "QUO20250101001",
"buyer_id": 10,
"supplier_id": 20,
"supplier_name": "供应商A",
"game_id": 1,
"game_name": "梦幻西游",
"character_name": "角色A",
"status": 0,
"prev_status": null,
"problem_type": 0,
"total_quantity": 3,
"total_amount_cny": "300.00",
"confirm_time": null,
"ship_start_time": null,
"ship_end_time": null,
"shipper_id": null,
"shipper_name": "",
"ship_images": null,
"ship_remark": "",
"receive_time": null,
"finish_time": null,
"problem_desc": "",
"problem_reply": "",
"problem_parse": "",
"cancel_reason": "",
"remark": "",
"created_at": "2025-01-01 10:00:00",
"items": [
{
"id": 1,
"product_name": "金币",
"quantity": 3,
"unit_price_cny": "100.00",
"total_price_cny": "300.00"
}
]
}
}