{
"codeList": [
"string"
]
}
curl --location --request POST '/api/warehouse/getList' \
--header 'Content-Type: application/json' \
--data-raw '{
"codeList": [
"string"
]
}'
{
"code": "0",
"message": "string",
"data": [
{
"id": 0,
"code": "string",
"name": "string",
"type": 0,
"country": "string",
"province": "string",
"city": "string",
"area": "string",
"address": "string",
"postCode": "string",
"timeZone": "string",
"contactPerson": "string",
"phone": "string",
"email": "string",
"receiveStatus": 0,
"orderReceiveStatus": 0,
"remark": "string",
"isAuth": "false"
}
],
"requestId": "string"
}