|
@@ -131,12 +131,12 @@ public class SysLoginController {
|
|
try {
|
|
try {
|
|
success = IOSToeknUtils.verifyExc(identityToken, playloadObj);
|
|
success = IOSToeknUtils.verifyExc(identityToken, playloadObj);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
- return AjaxResult.error("登录失败");
|
|
|
|
|
|
+ return AjaxResult.error("登录失败!请检查您的用户名和密码是否正确。");
|
|
}
|
|
}
|
|
|
|
|
|
if (!success) {
|
|
if (!success) {
|
|
// TODO 校验token失败具体操作
|
|
// TODO 校验token失败具体操作
|
|
- return AjaxResult.error("登录失败");
|
|
|
|
|
|
+ return AjaxResult.error("登录失败!请检查您的用户名和密码是否正确。");
|
|
}
|
|
}
|
|
// TODO 检验token成功具体业务操作。。。
|
|
// TODO 检验token成功具体业务操作。。。
|
|
String[] result = {appid};
|
|
String[] result = {appid};
|