[
"string"
]
curl --location --request POST '/sys-config/getSysDictData?keys' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
{
"success": true,
"message": null,
"data": {
"NOMAL_CLOCK_MARK": [
{
"id": 1,
"name": "休息"
}
],
"OUT_CLOCK_MARK": [
{
"id": 5,
"name": "正常外勤"
}
]
}
}