Authored by caoyan

cps四期

... ... @@ -48,7 +48,10 @@ public class SendSmsServiceImpl implements ISendSmsService {
boArray[i] = smsBo;
}
serviceCaller.post("message.sendMessage", messageUrl + "/mcSMS/smsSendByMobile", boArray, CommonRspBO.class, null);
String url = messageUrl + "/mcSMS/smsSendByMobile";
log.info("sendMessage url is {}", url);
serviceCaller.post("message.sendMessage", url, boArray, CommonRspBO.class, null);
}
... ...