{
"funcCode":"",
"keyword":"",
"description":"",
"pageNum":1,
"pageSize":10
}
curl --location --request POST 'http://localhost:7912/api/verify/listFunc' \
--header 'Content-Type: application/json' \
--data-raw '{
"funcCode":"",
"keyword":"",
"description":"",
"pageNum":1,
"pageSize":10
}'
{
"success": true,
"code": "string",
"message": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"records": [
{
"funcCode": null,
"jiraLink": null,
"description": "string",
"isEnabled": null,
"operator": "string",
"createTime": "string",
"updateTime": "string",
"isBasic": null,
"keyword": "string",
"ifVerifyContent": null,
"ifWriteMsg": null,
"verifyRegular": null,
"remark": "string",
"parameter": [
{
"index": 0,
"description": "string",
"type": 0
}
]
}
],
"totalRecord": 0,
"totalPages": 0
}
}