除名修复接口对接调整

This commit is contained in:
cc_caijp 2026-01-09 11:59:32 +08:00
parent 47aecaad09
commit e313340b9e
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ export default {
return '撤销撤销注销案件' return '撤销撤销注销案件'
case '91': case '91':
return '批量注销' return '批量注销'
case '1001':
return '除名修复'
default: default:
return '未知业务类型' return '未知业务类型'
} }