Skip to content

Commit 06f0986

Browse files
committed
fix:update /user/me,user/tenant,getAppHomePageId , remove permission verification for AI-related interfaces.
1 parent 2cd7a91 commit 06f0986

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

base/src/main/java/com/tinyengine/it/common/exception/ExceptionEnum.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,11 @@ public enum ExceptionEnum implements IBaseError {
321321
/**
322322
* Cm 339 exception enum.
323323
*/
324-
CM339("CM339", "token检验失败,请重新登录");
324+
CM339("CM339", "token检验失败,请重新登录"),
325+
/**
326+
* Cm 340 exception enum.
327+
*/
328+
CM340("CM340", "请求资源不存在");
325329

326330
/**
327331
* 错误码

0 commit comments

Comments
 (0)