mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-06 04:09:14 +00:00
注册短信接口异常,增加提示
This commit is contained in:
@@ -249,6 +249,8 @@ public class LoginController {
|
||||
|
||||
} catch (ClientException e) {
|
||||
e.printStackTrace();
|
||||
result.error500(" 短信接口异常,请联系管理员!");
|
||||
return result;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user