This commit is contained in:
linfso 2024-06-17 10:42:38 +08:00
parent 0e1d3212ff
commit d23e20b3d5

View File

@ -588,7 +588,7 @@ public class EmisBaseService {
jObjParam.put("Nationalcity",nationalcity);
jObjParam.put("name",dt.getBillCode());
aliyunSMSService.sendMessage("探路速运", "SMS_465316363", dt.getPhone(), jObjParam.toJSONString());
aliyunSMSService.sendMessage("探路速运", dt.getPhone(),"SMS_465316363", jObjParam.toJSONString());
}
// 签收短信
@ -601,7 +601,7 @@ public class EmisBaseService {
jObjParam.put("Nationalcity",nationalcity);
jObjParam.put("name",dt.getBillCode());
aliyunSMSService.sendMessage("探路速运", "SMS_465341331", dt.getPhone(), jObjParam.toJSONString());
aliyunSMSService.sendMessage("探路速运", dt.getPhone(), "SMS_465341331", jObjParam.toJSONString());
}
// 问题件
@ -622,7 +622,7 @@ public class EmisBaseService {
jObjParam.put("Problemtype",emisProblemType.getTypeName());
jObjParam.put("time",DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD,waybill.getEstimateDate()));
aliyunSMSService.sendMessage("探路速运", "SMS_465386407", dt.getPhone(), jObjParam.toJSONString());
aliyunSMSService.sendMessage("探路速运", dt.getPhone(),"SMS_465386407", jObjParam.toJSONString());
}
else{
continue;