mirror of https://github.com/jeecgboot/jeecg-boot
注册短信接口异常,增加提示
parent
2afb1ab3d1
commit
9eb93f2927
|
@ -249,6 +249,8 @@ public class LoginController {
|
|||
|
||||
} catch (ClientException e) {
|
||||
e.printStackTrace();
|
||||
result.error500(" 短信接口异常,请联系管理员!");
|
||||
return result;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue