@@ -91,6 +91,7 @@ public class SmsVerServiceImpl implements SmsVerService {
}
} catch (Exception e) {
e.printStackTrace();
+ log.error("发送短信错误 【" + e.getMessage() + "】");
throw new CommonException(ServiceErrorCode.SMS_SEND_ERROR);
return code;