{
"redisSubscribe": "string"
}
curl --location --request POST '/api/project-conf/service/executeSysFuncList' \
--header 'Content-Type: application/json' \
--data-raw '{
"redisSubscribe": "string"
}'
{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}