資源簡介
C# 支付寶在線支付實例源碼下載(即時到賬接口)
代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.Collections.Generic;
using?System.Text;
using?System.IO;
using?System.xml;
using?Com.Alipay;
///?
///?功能:即時到賬交易接口接入頁
///?版本:3.3
///?日期:2012-07-05
///?說明:
///?以下代碼只是為了方便商戶測試而提供的樣例代碼,商戶可以根據自己網站的需要,按照技術文檔編寫并非一定要使用該代碼。
///?該代碼僅供學習和研究支付寶接口使用,只是提供一個參考。
///?
///?/////////////////注意///////////////////////////////////////////////////////////////
///?如果您在接口集成過程中遇到問題,可以按照下面的途徑來解決
///?1、商戶服務中心(https://b.alipay.com/support/helperApply.htm?action=consultationApply),提交申請集成協助,我們會有專業的技術工程師主動聯系您協助解決
///?2、商戶幫助中心(http://help.al
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\
?????目錄???????????0??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\app_code\
?????文件????????2817??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\app_code\AlipayConfig.cs
?????文件????????5254??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\app_code\AlipayCore.cs
?????文件????????7216??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\app_code\AlipayNotify.cs
?????文件???????12690??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\app_code\AlipaySubmit.cs
?????文件????????2314??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\app_code\MD5.cs
?????文件????????6289??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\default.aspx
?????文件????????4445??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\default.aspx.cs
?????目錄???????????0??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\images\
?????文件????????1511??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\images\alipay.gif
?????文件????????5902??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\images\new-btn-fixed.png
?????目錄???????????0??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\log\
?????文件??????????85??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\log\log.txt
?????文件?????????103??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\notify_url.aspx
?????文件????????5286??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\notify_url.aspx.cs
?????文件????????8928??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\readme.txt
?????文件?????????436??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\return_url.aspx
?????文件????????4352??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\return_url.aspx.cs
?????文件?????????282??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-GBK\Web.Config
?????目錄???????????0??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-UTF-8\
?????目錄???????????0??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-UTF-8\app_code\
?????文件????????2819??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-UTF-8\app_code\AlipayConfig.cs
?????文件????????5254??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-UTF-8\app_code\AlipayCore.cs
?????文件????????7216??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-UTF-8\app_code\AlipayNotify.cs
?????文件???????12690??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-UTF-8\app_code\AlipaySubmit.cs
?????文件????????2314??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-UTF-8\app_code\MD5.cs
?????文件????????6289??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-UTF-8\default.aspx
?????文件????????4445??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-UTF-8\default.aspx.cs
?????目錄???????????0??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-UTF-8\images\
?????文件????????1511??2013-05-30?15:39??create_direct_pay_by_user-CSHARP-UTF-8\images\alipay.gif
............此處省略9個文件信息
評論
共有 條評論