|
@@ -53,7 +53,7 @@ public class AuthController extends ControllerSupport {
|
|
if (StringUtils.isBlank(key)) {
|
|
if (StringUtils.isBlank(key)) {
|
|
throw new StatusException("P-001009", "key is blank");
|
|
throw new StatusException("P-001009", "key is blank");
|
|
}
|
|
}
|
|
- if (StringUtils.isBlank(key)) {
|
|
|
|
|
|
+ if (StringUtils.isBlank(token)) {
|
|
throw new StatusException("P-001010", "token is blank");
|
|
throw new StatusException("P-001010", "token is blank");
|
|
}
|
|
}
|
|
|
|
|