1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570 |
- // This file is auto-generated, don't edit it. Thanks.
- using System;
- using System.Collections;
- using System.Collections.Generic;
- using System.IO;
- using System.Threading.Tasks;
- using Tea;
- using Tea.Utils;
- using Alipay.EasySDK.Payment.Common.Models;
- namespace Alipay.EasySDK.Payment.Common
- {
- public class Client
- {
- protected Alipay.EasySDK.Kernel.Client _kernel;
- public Client(Alipay.EasySDK.Kernel.Client kernel)
- {
- this._kernel = kernel;
- }
- public AlipayTradeCreateResponse Create(string subject, string outTradeNo, string totalAmount, string buyerId)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.create"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"subject", subject},
- {"out_trade_no", outTradeNo},
- {"total_amount", totalAmount},
- {"buyer_id", buyerId},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = TeaCore.DoAction(request_, runtime_);
- Dictionary<string, object> respMap = this._kernel.ReadAsJson(response_, "alipay.trade.create");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeCreateResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeCreateResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public async Task<AlipayTradeCreateResponse> CreateAsync(string subject, string outTradeNo, string totalAmount, string buyerId)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.create"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"subject", subject},
- {"out_trade_no", outTradeNo},
- {"total_amount", totalAmount},
- {"buyer_id", buyerId},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = await TeaCore.DoActionAsync(request_, runtime_);
- Dictionary<string, object> respMap = await this._kernel.ReadAsJsonAsync(response_, "alipay.trade.create");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeCreateResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeCreateResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public AlipayTradeQueryResponse Query(string outTradeNo)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.query"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"out_trade_no", outTradeNo},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = TeaCore.DoAction(request_, runtime_);
- Dictionary<string, object> respMap = this._kernel.ReadAsJson(response_, "alipay.trade.query");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public async Task<AlipayTradeQueryResponse> QueryAsync(string outTradeNo)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.query"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"out_trade_no", outTradeNo},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = await TeaCore.DoActionAsync(request_, runtime_);
- Dictionary<string, object> respMap = await this._kernel.ReadAsJsonAsync(response_, "alipay.trade.query");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public AlipayTradeRefundResponse Refund(string outTradeNo, string refundAmount)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.refund"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"out_trade_no", outTradeNo},
- {"refund_amount", refundAmount},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = TeaCore.DoAction(request_, runtime_);
- Dictionary<string, object> respMap = this._kernel.ReadAsJson(response_, "alipay.trade.refund");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeRefundResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeRefundResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public async Task<AlipayTradeRefundResponse> RefundAsync(string outTradeNo, string refundAmount)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.refund"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"out_trade_no", outTradeNo},
- {"refund_amount", refundAmount},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = await TeaCore.DoActionAsync(request_, runtime_);
- Dictionary<string, object> respMap = await this._kernel.ReadAsJsonAsync(response_, "alipay.trade.refund");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeRefundResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeRefundResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public AlipayTradeCloseResponse Close(string outTradeNo)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.close"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"out_trade_no", outTradeNo},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = TeaCore.DoAction(request_, runtime_);
- Dictionary<string, object> respMap = this._kernel.ReadAsJson(response_, "alipay.trade.close");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeCloseResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeCloseResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public async Task<AlipayTradeCloseResponse> CloseAsync(string outTradeNo)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.close"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"out_trade_no", outTradeNo},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = await TeaCore.DoActionAsync(request_, runtime_);
- Dictionary<string, object> respMap = await this._kernel.ReadAsJsonAsync(response_, "alipay.trade.close");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeCloseResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeCloseResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public AlipayTradeCancelResponse Cancel(string outTradeNo)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.cancel"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"out_trade_no", outTradeNo},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = TeaCore.DoAction(request_, runtime_);
- Dictionary<string, object> respMap = this._kernel.ReadAsJson(response_, "alipay.trade.cancel");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeCancelResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeCancelResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public async Task<AlipayTradeCancelResponse> CancelAsync(string outTradeNo)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.cancel"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"out_trade_no", outTradeNo},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = await TeaCore.DoActionAsync(request_, runtime_);
- Dictionary<string, object> respMap = await this._kernel.ReadAsJsonAsync(response_, "alipay.trade.cancel");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeCancelResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeCancelResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public AlipayTradeFastpayRefundQueryResponse QueryRefund(string outTradeNo, string outRequestNo)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.fastpay.refund.query"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"out_trade_no", outTradeNo},
- {"out_request_no", outRequestNo},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = TeaCore.DoAction(request_, runtime_);
- Dictionary<string, object> respMap = this._kernel.ReadAsJson(response_, "alipay.trade.fastpay.refund.query");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeFastpayRefundQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeFastpayRefundQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public async Task<AlipayTradeFastpayRefundQueryResponse> QueryRefundAsync(string outTradeNo, string outRequestNo)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.trade.fastpay.refund.query"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"out_trade_no", outTradeNo},
- {"out_request_no", outRequestNo},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = await TeaCore.DoActionAsync(request_, runtime_);
- Dictionary<string, object> respMap = await this._kernel.ReadAsJsonAsync(response_, "alipay.trade.fastpay.refund.query");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayTradeFastpayRefundQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayTradeFastpayRefundQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public AlipayDataDataserviceBillDownloadurlQueryResponse DownloadBill(string billType, string billDate)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.data.dataservice.bill.downloadurl.query"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"bill_type", billType},
- {"bill_date", billDate},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = TeaCore.DoAction(request_, runtime_);
- Dictionary<string, object> respMap = this._kernel.ReadAsJson(response_, "alipay.data.dataservice.bill.downloadurl.query");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayDataDataserviceBillDownloadurlQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayDataDataserviceBillDownloadurlQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public async Task<AlipayDataDataserviceBillDownloadurlQueryResponse> DownloadBillAsync(string billType, string billDate)
- {
- Dictionary<string, object> runtime_ = new Dictionary<string, object>
- {
- {"connectTimeout", 15000},
- {"readTimeout", 15000},
- {"retry", new Dictionary<string, int?>
- {
- {"maxAttempts", 0},
- }},
- };
- TeaRequest _lastRequest = null;
- Exception _lastException = null;
- long _now = System.DateTime.Now.Millisecond;
- int _retryTimes = 0;
- while (TeaCore.AllowRetry((IDictionary) runtime_["retry"], _retryTimes, _now))
- {
- if (_retryTimes > 0)
- {
- int backoffTime = TeaCore.GetBackoffTime((IDictionary)runtime_["backoff"], _retryTimes);
- if (backoffTime > 0)
- {
- TeaCore.Sleep(backoffTime);
- }
- }
- _retryTimes = _retryTimes + 1;
- try
- {
- TeaRequest request_ = new TeaRequest();
- Dictionary<string, string> systemParams = new Dictionary<string, string>
- {
- {"method", "alipay.data.dataservice.bill.downloadurl.query"},
- {"app_id", this._kernel.GetConfig("appId")},
- {"timestamp", this._kernel.GetTimestamp()},
- {"format", "json"},
- {"version", "1.0"},
- {"alipay_sdk", this._kernel.GetSdkVersion()},
- {"charset", "UTF-8"},
- {"sign_type", this._kernel.GetConfig("signType")},
- {"app_cert_sn", this._kernel.GetMerchantCertSN()},
- {"alipay_root_cert_sn", this._kernel.GetAlipayRootCertSN()},
- };
- Dictionary<string, object> bizParams = new Dictionary<string, object>
- {
- {"bill_type", billType},
- {"bill_date", billDate},
- };
- Dictionary<string, string> textParams = new Dictionary<string, string>(){};
- request_.Protocol = this._kernel.GetConfig("protocol");
- request_.Method = "POST";
- request_.Pathname = "/gateway.do";
- request_.Headers = new Dictionary<string, string>
- {
- {"host", this._kernel.GetConfig("gatewayHost")},
- {"content-type", "application/x-www-form-urlencoded;charset=utf-8"},
- };
- request_.Query = this._kernel.SortMap(TeaConverter.merge<string>
- (
- new Dictionary<string, string>()
- {
- {"sign", this._kernel.Sign(systemParams, bizParams, textParams, this._kernel.GetConfig("merchantPrivateKey"))},
- },
- systemParams,
- textParams
- ));
- request_.Body = TeaCore.BytesReadable(this._kernel.ToUrlEncodedRequestBody(bizParams));
- _lastRequest = request_;
- TeaResponse response_ = await TeaCore.DoActionAsync(request_, runtime_);
- Dictionary<string, object> respMap = await this._kernel.ReadAsJsonAsync(response_, "alipay.data.dataservice.bill.downloadurl.query");
- if (this._kernel.IsCertMode())
- {
- if (this._kernel.Verify(respMap, this._kernel.ExtractAlipayPublicKey(this._kernel.GetAlipayCertSN(respMap))))
- {
- return TeaModel.ToObject<AlipayDataDataserviceBillDownloadurlQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- else
- {
- if (this._kernel.Verify(respMap, this._kernel.GetConfig("alipayPublicKey")))
- {
- return TeaModel.ToObject<AlipayDataDataserviceBillDownloadurlQueryResponse>(this._kernel.ToRespModel(respMap));
- }
- }
- throw new TeaException(new Dictionary<string, string>
- {
- {"message", "验签失败,请检查支付宝公钥设置是否正确。"},
- });
- }
- catch (Exception e)
- {
- if (TeaCore.IsRetryable(e))
- {
- _lastException = e;
- continue;
- }
- throw e;
- }
- }
- throw new TeaUnretryableException(_lastRequest, _lastException);
- }
- public bool? VerifyNotify(Dictionary<string, string> parameters)
- {
- if (this._kernel.IsCertMode())
- {
- return this._kernel.VerifyParams(parameters, this._kernel.ExtractAlipayPublicKey(""));
- }
- else
- {
- return this._kernel.VerifyParams(parameters, this._kernel.GetConfig("alipayPublicKey"));
- }
- }
-
- /// <summary>
- /// ISV代商户代用,指定appAuthToken
- /// </summary>
- /// <param name="appAuthToken">代调用token</param>
- /// <returns>本客户端,便于链式调用</returns>
- public Client Agent(string appAuthToken)
- {
- _kernel.InjectTextParam("app_auth_token", appAuthToken);
- return this;
- }
- /// <summary>
- /// 用户授权调用,指定authToken
- /// </summary>
- /// <param name="authToken">用户授权token</param>
- /// <returns>本客户端,便于链式调用</returns>
- public Client Auth(string authToken)
- {
- _kernel.InjectTextParam("auth_token", authToken);
- return this;
- }
- /// <summary>
- /// 设置异步通知回调地址,此处设置将在本调用中覆盖Config中的全局配置
- /// </summary>
- /// <param name="url">异步通知回调地址,例如:https://www.test.com/callback </param>
- /// <returns>本客户端,便于链式调用</returns>
- public Client AsyncNotify(string url)
- {
- _kernel.InjectTextParam("notify_url", url);
- return this;
- }
- /// <summary>
- /// 将本次调用强制路由到后端系统的测试地址上,常用于线下环境内外联调,沙箱与线上环境设置无效
- /// </summary>
- /// <param name="testUrl">后端系统测试地址</param>
- /// <returns>本客户端,便于链式调用</returns>
- public Client Route(string testUrl)
- {
- _kernel.InjectTextParam("ws_service_url", testUrl);
- return this;
- }
- /// <summary>
- /// 设置API入参中没有的其他可选业务请求参数(biz_content下的字段)
- /// </summary>
- /// <param name="key">业务请求参数名称(biz_content下的字段名,比如timeout_express)</param>
- /// <param name="value">
- /// 业务请求参数的值,一个可以序列化成JSON的对象
- /// 如果该字段是一个字符串类型(String、Price、Date在SDK中都是字符串),请使用string储存
- /// 如果该字段是一个数值型类型(比如:Number),请使用long储存
- /// 如果该字段是一个复杂类型,请使用嵌套的Dictionary指定各下级字段的值
- /// 如果该字段是一个数组,请使用List储存各个值
- /// 对于更复杂的情况,也支持Dictionary和List的各种组合嵌套,比如参数是值是个List,List中的每种类型是一个复杂对象
- /// </param>
- /// <returns>本客户端,便于链式调用</returns>
- public Client Optional(string key, object value)
- {
- _kernel.InjectBizParam(key, value);
- return this;
- }
- /// <summary>
- /// 批量设置API入参中没有的其他可选业务请求参数(biz_content下的字段)
- /// optional方法的批量版本
- /// </summary>
- /// <param name="optionalArgs">可选参数集合,每个参数由key和value组成,key和value的格式请参见optional方法的注释</param>
- /// <returns>本客户端,便于链式调用</returns>
- public Client BatchOptional(Dictionary<string, object> optionalArgs)
- {
- foreach (var pair in optionalArgs)
- {
- _kernel.InjectBizParam(pair.Key, pair.Value);
- }
- return this;
- }
- }
- }
|