{
"goods": [
{
"skuId": "string",
"count": 0
}
],
"addressId": "string",
"deliveryTimeType": 1,
"buyerMessage": "string",
"payType": 1,
"payChannel": 1
}
curl --location --request POST '/member/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods": [
{
"skuId": "string",
"count": 0
}
],
"addressId": "string",
"deliveryTimeType": 1,
"buyerMessage": "string",
"payType": 1,
"payChannel": 1
}'