Beispiel #1
0
 public string gxmt(string sn, string pwd, string mobile, string content, string time, string ext)
 {
     SendMessage.SMSService.gxmtRequest inValue = new SendMessage.SMSService.gxmtRequest();
     inValue.Body         = new SendMessage.SMSService.gxmtRequestBody();
     inValue.Body.sn      = sn;
     inValue.Body.pwd     = pwd;
     inValue.Body.mobile  = mobile;
     inValue.Body.content = content;
     inValue.Body.time    = time;
     inValue.Body.ext     = ext;
     SendMessage.SMSService.gxmtResponse retVal = ((SendMessage.SMSService.ServiceSmsSoap)(this)).gxmt(inValue);
     return(retVal.Body.gxmtResult);
 }
Beispiel #2
0
 SendMessage.SMSService.gxmtResponse SendMessage.SMSService.ServiceSmsSoap.gxmt(SendMessage.SMSService.gxmtRequest request)
 {
     return(base.Channel.gxmt(request));
 }