Example #1
0
 public System.Threading.Tasks.Task <autosell_center.WXPay.CreateErWeiMaResponse> CreateErWeiMaAsync(string channel, string mch_id, string title, string total_fee, string client_ip, string url)
 {
     autosell_center.WXPay.CreateErWeiMaRequest inValue = new autosell_center.WXPay.CreateErWeiMaRequest();
     inValue.Body           = new autosell_center.WXPay.CreateErWeiMaRequestBody();
     inValue.Body.channel   = channel;
     inValue.Body.mch_id    = mch_id;
     inValue.Body.title     = title;
     inValue.Body.total_fee = total_fee;
     inValue.Body.client_ip = client_ip;
     inValue.Body.url       = url;
     return(((autosell_center.WXPay.WebService1Soap)(this)).CreateErWeiMaAsync(inValue));
 }
Example #2
0
 public string CreateErWeiMa(string channel, string mch_id, string title, string total_fee, string client_ip, string url)
 {
     autosell_center.WXPay.CreateErWeiMaRequest inValue = new autosell_center.WXPay.CreateErWeiMaRequest();
     inValue.Body           = new autosell_center.WXPay.CreateErWeiMaRequestBody();
     inValue.Body.channel   = channel;
     inValue.Body.mch_id    = mch_id;
     inValue.Body.title     = title;
     inValue.Body.total_fee = total_fee;
     inValue.Body.client_ip = client_ip;
     inValue.Body.url       = url;
     autosell_center.WXPay.CreateErWeiMaResponse retVal = ((autosell_center.WXPay.WebService1Soap)(this)).CreateErWeiMa(inValue);
     return(retVal.Body.CreateErWeiMaResult);
 }
Example #3
0
 System.Threading.Tasks.Task <autosell_center.WXPay.CreateErWeiMaResponse> autosell_center.WXPay.WebService1Soap.CreateErWeiMaAsync(autosell_center.WXPay.CreateErWeiMaRequest request)
 {
     return(base.Channel.CreateErWeiMaAsync(request));
 }
Example #4
0
 autosell_center.WXPay.CreateErWeiMaResponse autosell_center.WXPay.WebService1Soap.CreateErWeiMa(autosell_center.WXPay.CreateErWeiMaRequest request)
 {
     return(base.Channel.CreateErWeiMa(request));
 }