[
{
"id": 0,
"orderId": 0,
"toarea": "string",
"todivisioncode": "string",
"tofullname": "string",
"tomobile": "string",
"tophone": "string",
"topost": "string",
"totowncode": "string"
}
]
curl --location --request POST 'http://127.0.0.1:8585/alibabaOrderReceiverInfo/delete' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"orderId": 0,
"toarea": "string",
"todivisioncode": "string",
"tofullname": "string",
"tomobile": "string",
"tophone": "string",
"topost": "string",
"totowncode": "string"
}
]'
{
"code": 0,
"data": {},
"msg": "string"
}