{
"buyName": "string",
"buyPhone": "string",
"cartList": [
{
"blessing": "string",
"count": 0,
"createTime": "string",
"goodsId": 0,
"imageUrl": "string",
"isChecked": 0,
"name": "string",
"price": 0,
"updateTime": "string"
}
],
"deliveryDate": "string",
"remarks": "string",
"userAddressId": 0
}
curl --location --request POST '/order/submitOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"buyName": "string",
"buyPhone": "string",
"cartList": [
{
"blessing": "string",
"count": 0,
"createTime": "string",
"goodsId": 0,
"imageUrl": "string",
"isChecked": 0,
"name": "string",
"price": 0,
"updateTime": "string"
}
],
"deliveryDate": "string",
"remarks": "string",
"userAddressId": 0
}'
{
"code": 41,
"message": "minim irure sit nisi incididunt",
"data": "consectetur do mollit ea voluptate"
}