curl --location -g --request GET 'http://{{ip}}:9000/process-service/cusForm/pageList?id=&processBusinessType=&name=&stepCode=&code=' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC'
{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"current": 0,
"records": [
{
"id": 0,
"cusFormTypeId": 0,
"processBusinessType": "DONG_HUO",
"parentId": 0,
"parentCode": "string",
"cusFormTypeName": "string",
"name": "string",
"stepCode": "BASIC_INFORMATION",
"code": "string",
"remark": "string",
"enable": true,
"seq": 0,
"children": [
{}
]
}
],
"total": 0,
"pages": 0
}
}