Commit 87ee43a5 authored by jim's avatar jim

log

parent 3fbc5251
...@@ -43,6 +43,7 @@ public class SmsUtils { ...@@ -43,6 +43,7 @@ public class SmsUtils {
if (response.getHttpStatus() == 200 && response.getData().contains("OK")) { if (response.getHttpStatus() == 200 && response.getData().contains("OK")) {
return randomCode; return randomCode;
} else { } else {
log.error("fail to send sms {}", response.getData());
throw new ClientRequestException(AccountErrorCode.OTPSENDFAILS, AccountErrorCode.OTPSENDFAILS.getReason()); throw new ClientRequestException(AccountErrorCode.OTPSENDFAILS, AccountErrorCode.OTPSENDFAILS.getReason());
} }
} catch (ServerException e) { } catch (ServerException e) {
......
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