Ejemplo n.º 1
0
 public string batchSingleSendSMS(string enterpriseID, string loginName, string password, string[] batchSmsId, string subPort, string[] batchContent, string[] batchMobiles, string sendTime)
 {
     CTCRM.MSGShengZhen.batchSingleSendSMSRequest inValue = new CTCRM.MSGShengZhen.batchSingleSendSMSRequest();
     inValue.enterpriseID = enterpriseID;
     inValue.loginName    = loginName;
     inValue.password     = password;
     inValue.batchSmsId   = batchSmsId;
     inValue.subPort      = subPort;
     inValue.batchContent = batchContent;
     inValue.batchMobiles = batchMobiles;
     inValue.sendTime     = sendTime;
     CTCRM.MSGShengZhen.batchSingleSendSMSResponse retVal = ((CTCRM.MSGShengZhen.EmsServices)(this)).batchSingleSendSMS(inValue);
     return(retVal.batchSingleSendSMSReturn);
 }
Ejemplo n.º 2
0
 CTCRM.MSGShengZhen.batchSingleSendSMSResponse CTCRM.MSGShengZhen.EmsServices.batchSingleSendSMS(CTCRM.MSGShengZhen.batchSingleSendSMSRequest request)
 {
     return(base.Channel.batchSingleSendSMS(request));
 }