{
"data": [
{
"cate_id": 0,
"data": [
{
"id": 0,
"key_name": "string",
"type": "string",
"input_type": "string",
"cate_id": 0,
"param": "string",
"upload_type": 0,
"required": "string",
"placeholder": "string",
"max": 0,
"min": 0,
"dict_type_id": 0,
"value": "string",
"uniqued": 0,
"desc": "string",
"sort": 0,
"status": 0,
"decimal_place": 0
}
]
}
]
}
curl --location --request POST '/ent/config/form/data/' \
--header 'Authorization;' \
--header 'X-Requested-With;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"cate_id": 0,
"data": [
{
"id": 0,
"key_name": "string",
"type": "string",
"input_type": "string",
"cate_id": 0,
"param": "string",
"upload_type": 0,
"required": "string",
"placeholder": "string",
"max": 0,
"min": 0,
"dict_type_id": 0,
"value": "string",
"uniqued": 0,
"desc": "string",
"sort": 0,
"status": 0,
"decimal_place": 0
}
]
}
]
}'
{}