{
"codes": [
"003",
"004"
]
}
curl --location --request POST '/dict/dataSource/getDataSourceMappingByCodes' \
--header 'Content-Type: application/json' \
--data-raw '{
"codes": [
"003",
"004"
]
}'
{
"code": 0,
"success": true,
"message": "string",
"data": [
{
"name": "string",
"code": "string"
}
],
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}