{
"province": "广东省",
"city": "深圳市",
"district": "南山区",
"cbd": "海岸城/保利"
}
{
"province": "广东省",
"city": "深圳市",
"district": "南山区",
"street": "南头街道"
}
{
"province": "广东省",
"city": "深圳市",
"district": "南山区"
}
{
"province": "广东省",
"city": "深圳市",
"district": "南山区",
"p_id":3874939,
"p_name":"",
"brandPreferencePageSize":10,
"categoryPreferencePageSize":10
}
{
"province":"广东省",
"city ":“深圳市”,
"c2_name":"小吃快餐",
"c3_name":"西式快餐"
}
{
"province": "广东省",
"city": "深圳市",
"district": "南山区"
}
Authorization: Bearer ********************
{
"attrValueId": 0,
"bargainId": 0,
"bargainUserId": 0,
"combinationId": 0,
"orderDetails": [
{}
],
"orderNo": "string",
"pinkId": 0,
"preOrderType": "string",
"productId": 0,
"productNum": 0,
"seckillId": 0,
"shoppingCartId": 0,
"paramResult": {}
}
curl --location --request POST '/api/front/order/pre/order' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--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,
"paramResult": {}
}'
{
"code": 0,
"data": {},
"message": "string"
}