{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"id": 0,
"name": "string",
"status": 0,
"remarks": "string",
"createBy": "string",
"createName": "string",
"createTime": "string",
"updateBy": "string",
"updateName": "string",
"updateTime": "string",
"delFlag": 0,
"regulatoryType": 0
},
"token": "string",
"loginUser": {},
"areaId": 0,
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST '/aging/getReformTypeListPage' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"id": 0,
"name": "string",
"status": 0,
"remarks": "string",
"createBy": "string",
"createName": "string",
"createTime": "string",
"updateBy": "string",
"updateName": "string",
"updateTime": "string",
"delFlag": 0,
"regulatoryType": 0
},
"token": "string",
"loginUser": {},
"areaId": 0,
"pageNo": 0,
"pageSize": 0
}'
{
"code": "",
"success": false,
"message": "",
"dataMap": {
"": {}
},
"data": {
"id": 0,
"name": "",
"createTime": "",
"updateTime": "",
"createBy": 0,
"updateBy": 0,
"agingReformProjectList": [
{
"id": 0,
"code": "",
"name": "",
"price": 0.0,
"status": 0,
"typeId": 0,
"typeName": "",
"descs": "",
"remarks": "",
"createBy": "",
"createName": "",
"createTime": "",
"updateBy": "",
"updateName": "",
"updateTime": "",
"delFlag": 0,
"regulatoryType": 0
}
]
},
"dataList": [
{
"id": 0,
"name": "",
"createTime": "",
"updateTime": "",
"createBy": 0,
"updateBy": 0,
"agingReformProjectList": [
{
"id": 0,
"code": "",
"name": "",
"price": 0.0,
"status": 0,
"typeId": 0,
"typeName": "",
"descs": "",
"remarks": "",
"createBy": "",
"createName": "",
"createTime": "",
"updateBy": "",
"updateName": "",
"updateTime": "",
"delFlag": 0,
"regulatoryType": 0
}
]
}
],
"totalCount": 0
}