資源簡介
C# 匯付寶快捷支付 Demo源碼
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Collections.Specialized;
using?System.Configuration;
using?System.Globalization;
using?System.Linq;
using?System.Text;
public?partial?class?ConfirmOpenAuthPay?:?Pagebase
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?btnSubmit_Click(object?sender?EventArgs?e)
????{
????????//驗證不成功?不執(zhí)行
????????ReturnMessage?retValue?=?ValidateInput();
????????if?(retValue.HasError)
????????{
????????????txtUrl.Text?=?retValue.Message;
????????????return;
????????};
????????string?resultUrl?=?BuildResultUrl();
????????txtUrl.Text?=?resultUrl;
????????txtResult.Text?=?RequestUrl(resultUrl?“GET“?Encoding.UTF8);
????}
????///?
????///?根據(jù)參數(shù)構(gòu)建返回的URL
????///?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-11-16?09:30??HeepayShortPayC#Demo\
?????目錄???????????0??2015-11-16?09:30??HeepayShortPayC#Demo\App_Code\
?????文件????????1054??2014-03-20?17:21??HeepayShortPayC#Demo\App_Code\Heepayxm
?????文件???????13759??2014-03-20?17:21??HeepayShortPayC#Demo\App_Code\Pageba
?????文件?????????474??2014-03-20?17:21??HeepayShortPayC#Demo\App_Code\ReturnMessage.cs
?????文件?????????191??2014-03-20?17:21??HeepayShortPayC#Demo\App_Code\vssver2.scc
?????目錄???????????0??2015-11-16?09:30??HeepayShortPayC#Demo\App_LocalResources\
?????文件????????9273??2014-03-28?18:32??HeepayShortPayC#Demo\App_LocalResources\ConfirmOpenAuthPay.aspx.resx
?????文件???????12072??2014-03-28?18:32??HeepayShortPayC#Demo\App_LocalResources\SubmitOrder.aspx.resx
?????文件?????????188??2014-03-28?18:32??HeepayShortPayC#Demo\App_LocalResources\vssver2.scc
?????目錄???????????0??2015-11-16?09:30??HeepayShortPayC#Demo\Bin\
?????文件??????241664??2013-11-12?16:51??HeepayShortPayC#Demo\Bin\log4net.dll
?????文件?????????118??2013-11-14?11:20??HeepayShortPayC#Demo\Bin\vssver2.scc
?????文件????????4056??2014-03-20?17:21??HeepayShortPayC#Demo\ConfirmOpenAuthPay.aspx
?????文件????????4519??2014-03-20?17:21??HeepayShortPayC#Demo\ConfirmOpenAuthPay.aspx.cs
?????文件????????3055??2013-12-11?14:13??HeepayShortPayC#Demo\ConfirmPay.aspx
?????文件????????2401??2014-03-20?17:21??HeepayShortPayC#Demo\ConfirmPay.aspx.cs
?????文件????????2393??2014-01-22?10:41??HeepayShortPayC#Demo\DecryptString.aspx
?????文件????????2746??2014-03-20?17:21??HeepayShortPayC#Demo\DecryptString.aspx.cs
?????文件????????2523??2014-03-28?18:32??HeepayShortPayC#Demo\Default.aspx
?????文件?????????235??2013-11-12?16:51??HeepayShortPayC#Demo\Default.aspx.cs
?????文件????????2945??2014-03-20?17:21??HeepayShortPayC#Demo\QueryAuthBanks.aspx
?????文件????????2362??2014-03-20?17:21??HeepayShortPayC#Demo\QueryAuthBanks.aspx.cs
?????文件????????2512??2014-03-20?17:21??HeepayShortPayC#Demo\QueryBanks.aspx
?????文件????????2263??2014-03-20?17:21??HeepayShortPayC#Demo\QueryBanks.aspx.cs
?????文件????????2886??2013-12-11?14:13??HeepayShortPayC#Demo\QueryPay.aspx
?????文件????????2285??2014-03-20?17:21??HeepayShortPayC#Demo\QueryPay.aspx.cs
?????文件????????3202??2013-12-11?14:13??HeepayShortPayC#Demo\RemoveAuth.aspx
?????文件????????2348??2014-03-20?17:21??HeepayShortPayC#Demo\RemoveAuth.aspx.cs
?????文件????????1333??2013-11-12?16:51??HeepayShortPayC#Demo\ReturnPage.aspx
?????文件????????1028??2014-03-20?17:21??HeepayShortPayC#Demo\ReturnPage.aspx.cs
............此處省略17個文件信息
- 上一篇:wpf仿win7界面
- 下一篇:c# 左側(cè)功能導(dǎo)航欄
評論
共有 條評論