Explorar el Código

//user

private_deployment
xhxu hace 1 año
padre
commit
8afcf33c9a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      suimangService/src/main/java/com/iformall/sms/aliyun/AliyunSMS.java

+ 3
- 0
suimangService/src/main/java/com/iformall/sms/aliyun/AliyunSMS.java Ver fichero

@@ -50,6 +50,9 @@ public class AliyunSMS implements SMSExcutor {
&& result.getSendSmsResponse().getCode().equalsIgnoreCase("ok")){
SMSResult.setRet("1");
SMSResult.setData(result.getSendSmsResponse().getBizId());
}else{
SMSResult.setRet("0");
SMSResult.setData("运营商返回失败");
}
return JSON.toJSONString(SMSResult);
}


Cargando…
Cancelar
Guardar