{
"orderGoodIds": [
0
],
"logisticsCode": "string",
"logisticsComCode": "string",
"sendLogisticsCom": "string",
"orderCode": "string"
}
curl --location --request POST '/back/goodOrder/sendGood' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderGoodIds": [
0
],
"logisticsCode": "string",
"logisticsComCode": "string",
"sendLogisticsCom": "string",
"orderCode": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}