注册短信接口异常,增加提示

pull/667/head
zhangdaihao 2019-07-10 11:48:39 +08:00
parent 2afb1ab3d1
commit 9eb93f2927
1 changed files with 2 additions and 0 deletions

View File

@ -249,6 +249,8 @@ public class LoginController {
} catch (ClientException e) {
e.printStackTrace();
result.error500(" 短信接口异常,请联系管理员!");
return result;
}
return result;
}