修改 UnsupportedMenuTypeException 的错误码

This commit is contained in:
2023-09-10 16:47:53 +08:00
parent b69983077a
commit 3bb5397c49
2 changed files with 7 additions and 1 deletions

View File

@@ -222,6 +222,10 @@
{
"code": 4040201,
"description": "不支持的 PrincipalType"
},
{
"code": 4040209,
"description": "不支持的菜单类型"
}
]
},