{
"attrValueId": 0,
"bargainId": 0,
"bargainUserId": 0,
"combinationId": 0,
"orderDetails": [
{}
],
"orderNo": "string",
"pinkId": 0,
"preOrderType": "string",
"productId": 0,
"productNum": 0,
"seckillId": 0,
"shoppingCartId": 0
}curl --location --request POST '/api/front/order/pre/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"attrValueId": 0,
"bargainId": 0,
"bargainUserId": 0,
"combinationId": 0,
"orderDetails": [
{}
],
"orderNo": "string",
"pinkId": 0,
"preOrderType": "string",
"productId": 0,
"productNum": 0,
"seckillId": 0,
"shoppingCartId": 0
}'{
"code": 0,
"data": {},
"message": "string"
}