{
"partner_id": "7315611413957840896",
"game_id": 1,
"order_type": "instant",
"hours": 2,
"price_per_hour": 100,
"user_id": "user_789",
"payment_method": "alipay",
"remark": "请温柔一点,我是新手"
}
curl --location --request POST '/api/orders/' \
--header 'Content-Type: application/json' \
--data-raw '{
"partner_id": "7315611413957840896",
"game_id": 1,
"order_type": "instant",
"hours": 2,
"price_per_hour": 100,
"user_id": "user_789",
"payment_method": "alipay",
"remark": "请温柔一点,我是新手"
}'
{
"success": true,
"message": "订单创建成功",
"data": {
"order_id": "9fbb6499-f612-4907-8327-0f2c43e9bcb0",
"partner_id": "7315611413957840896",
"game_id": 1,
"order_type": "instant",
"hours": 2,
"price_per_hour": 50,
"payment_method": "qr_code",
"remark": "即时陪玩2小时",
"user_id": "7307316774318379008",
"start_time": null,
"end_time": null,
"total_price": 100,
"order_status": "pending",
"payment_status": "pending",
"queue_position": 1,
"queue_start_time": "2025-04-09T07:17:05.231Z",
"estimated_start_time": null,
"updatedAt": "2025-04-09T07:17:05.232Z",
"createdAt": "2025-04-09T07:17:05.232Z"
}
}