Exemplo n.º 1
0
 public string mtsystem(string sn, string pwd, string mobile, string content, string time, string ext)
 {
     SendMessage.SMSService.mtsystemRequest inValue = new SendMessage.SMSService.mtsystemRequest();
     inValue.Body         = new SendMessage.SMSService.mtsystemRequestBody();
     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.mtsystemResponse retVal = ((SendMessage.SMSService.ServiceSmsSoap)(this)).mtsystem(inValue);
     return(retVal.Body.mtsystemResult);
 }
Exemplo n.º 2
0
 SendMessage.SMSService.mtsystemResponse SendMessage.SMSService.ServiceSmsSoap.mtsystem(SendMessage.SMSService.mtsystemRequest request)
 {
     return(base.Channel.mtsystem(request));
 }