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