curl --location --request POST '/aging/getReformTypeList' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY'
{
"code": "",
"success": false,
"message": "",
"dataMap": {
"": {}
},
"data": [
{
"id": 0,
"name": "",
"status": 0,
"remarks": "",
"createBy": "",
"createName": "",
"createTime": "",
"updateBy": "",
"updateName": "",
"updateTime": "",
"delFlag": 0,
"regulatoryType": 0
}
],
"dataList": [
[
{
"id": 0,
"name": "",
"status": 0,
"remarks": "",
"createBy": "",
"createName": "",
"createTime": "",
"updateBy": "",
"updateName": "",
"updateTime": "",
"delFlag": 0,
"regulatoryType": 0
}
]
]
}