fix not match key exception code
This commit is contained in:
@ -42,6 +42,6 @@ public class JournalAPIInterceptor implements HandlerInterceptor {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw new TimiException(TimiCode.ARG_MISS).msgKey("invalid.key");
|
throw new TimiException(TimiCode.PERMISSION_MISS).msgKey("invalid.key");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user