curl --location --request GET '/ent/approve/config/?status' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"baseConfig": {
"id": 0,
"card_id": 0,
"entid": 0,
"name": "string",
"icon": "string",
"color": "string",
"info": "string",
"config": [
"string"
],
"created_at": "string"
},
"formConfig": {
"props": [
{
"type": "string",
"field": "string",
"title": "string",
"info": null,
"effect": {
"fetch": null
},
"options": [
{
"value": "string",
"label": "string"
}
],
"_fc_drag_tag": "string",
"hidden": null,
"display": "string",
"props": {
"action": null,
"onSuccess": "string",
"data": [
{
"key": "string",
"label": "string",
"disabled": null
}
]
}
}
],
"form": {
"labelPosition": "string",
"size": "string",
"labelWidth": "string",
"hideRequiredAsterisk": null,
"showMessage": "string",
"inlineMessage": null
}
},
"processConfig": "string",
"ruleConfig": {
"id": 0,
"card_id": 0,
"approve_id": 0,
"range": "string",
"abnormal": 0,
"auto": "string",
"edit": [
"string"
],
"recall": "string",
"refuse": "string"
}
}
}