Commit 9eb93f29 by zhangdaihao

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

parent 2afb1ab3
...@@ -249,6 +249,8 @@ public class LoginController { ...@@ -249,6 +249,8 @@ public class LoginController {
} catch (ClientException e) { } catch (ClientException e) {
e.printStackTrace(); e.printStackTrace();
result.error500(" 短信接口异常,请联系管理员!");
return result;
} }
return result; return result;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment