{
"spu": [
{
"sku": 0,
"number": 0,
"price": 0
}
],
"address": {
"consignee": "string",
"phone": "string",
"province": "string",
"city": "string",
"area": "string",
"street": "string",
"description": "string"
}
}curl --location --request POST '/v2/order/beforeCheck' \
--header 'Content-Type: application/json' \
--data-raw '{
"spu": [
{
"sku": 0,
"number": 0,
"price": 0
}
],
"address": {
"consignee": "string",
"phone": "string",
"province": "string",
"city": "string",
"area": "string",
"street": "string",
"description": "string"
}
}'{
"code": 0,
"msg": "string",
"data": [
{
"freight": 0,
"skus": [
0
],
"money": 0
}
]
}