curl --location --request GET 'http://localhost:8027/system/businessNumber/getCodeCategory?categoryName' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"categoryName": "string",
"sysBusinessNumberVos": [
{
"id": 0,
"codeCategoryId": 0,
"codeName": "string",
"categoryName": "string",
"currentCode": "string",
"ruleVoList": [
{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"businessNumberId": 0,
"sort": 0,
"type": "string",
"num": "string",
"length": 0,
"reset": "string"
}
],
"resetPrefix": "string"
}
]
}
]
}