fix not match key exception code

This commit is contained in:
Timi
2025-12-08 16:34:13 +08:00
parent ffaf7f84b4
commit 59b0153f3e

View File

@ -42,6 +42,6 @@ public class JournalAPIInterceptor implements HandlerInterceptor {
return true;
}
}
throw new TimiException(TimiCode.ARG_MISS).msgKey("invalid.key");
throw new TimiException(TimiCode.PERMISSION_MISS).msgKey("invalid.key");
}
}