[
{
"goods_owner_name": "string",
"city": "string",
"address": "string",
"manager": "string",
"contact_tel": "string",
"_XID": "string",
"errorMsg": "string"
}
]
curl --location --request POST '/goodsowner/excel' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"goods_owner_name": "string",
"city": "string",
"address": "string",
"manager": "string",
"contact_tel": "string",
"_XID": "string",
"errorMsg": "string"
}
]'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": [
{
"goods_owner_name": "string",
"city": "string",
"address": "string",
"manager": "string",
"contact_tel": "string",
"_XID": "string",
"errorMsg": "string"
}
]
}