| | |
| | | |
| | | public OtpResponseDTO sendByEmail(String email) { |
| | | OtpWeb otpWS = getOtpWebService(); |
| | | log.debug("call OtpService sendByEmail, url = {}, systemType = {}, service password = {}, email = {}", |
| | | applicationProperty.getOtpWebServiceUrl(), applicationProperty.getOtpWebServiceSystemType(), applicationProperty.getOtpWebServicePassword(), email); |
| | | // log.debug("call OtpService sendByEmail, url = {}, systemType = {}, service password = {}, email = {}", |
| | | // applicationProperty.getOtpWebServiceUrl(), applicationProperty.getOtpWebServiceSystemType(), applicationProperty.getOtpWebServicePassword(), email); |
| | | |
| | | StringArray result = |
| | | otpWS.sendOtpByEmail(applicationProperty.getOtpWebServicePassword(), applicationProperty.getOtpWebServiceSystemType(), email); |