字段数据类型【1-Date、2-Integer、3-List、4-List、5-List、6-Long、7-String】
{
"codes": [
"string"
],
"type": 1,
"fieldType": 1,
"dataType": 1,
"searchField": "string"
}
curl --location --request POST '/dict/dataSource/getFieldsMappingByCodes' \
--header 'Content-Type: application/json' \
--data-raw '{
"codes": [
"string"
],
"type": 1,
"fieldType": 1,
"dataType": 1,
"searchField": "string"
}'
{
"code": 0,
"success": true,
"message": "string",
"data": [
{
"fieldName": "string",
"fieldComment": "string",
"channel": "string",
"dataType": "string",
"examples": "string",
"remark": "string",
"fieldType": 0
}
],
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}