資源簡介
支付寶即時到賬接口測試成功
支付寶即時到帳接口源碼
目前官方的插件只是針對支付寶的實物交易接口進行整合,如果是虛擬商品交易接口或者即時到帳交易接口(目前只對簽約商家開通此接口)
的話,就可能出現錯誤代碼HAS_NO_PRIVILEGE
自己做好了一個是已經做好的即時到帳交易接口的
代碼片段和文件信息
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.Text;
using?System.Security.Cryptography;
namespace?AliPayInterface
{
???
????///?
????///?支付寶虛擬貨幣支付
????///?
????public?class?AliPay
????{
????????///?
????????///?構造虛擬貨幣支付對象
????????///?
????????///?商品名稱
????????///?商品描述
????????///?總金額
??????
????????public?AliPay(string?subject?string?body?decimal?total_fee
????????????string?returnurl)
????????{
????????????Gateway?=?Untity.Service_
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1446??2009-10-30?09:41??TestAliPayInterface\.svn\all-wcprops
?????文件???????1861??2009-10-30?09:41??TestAliPayInterface\.svn\entries
?????文件????????739??2009-08-27?13:06??TestAliPayInterface\.svn\text-ba
?????文件???????2565??2009-10-30?09:41??TestAliPayInterface\.svn\text-ba
?????文件???????1884??2009-08-27?13:06??TestAliPayInterface\.svn\text-ba
?????文件????????343??2009-08-27?13:06??TestAliPayInterface\.svn\text-ba
?????文件????????843??2009-08-27?13:06??TestAliPayInterface\.svn\text-ba
?????文件????????455??2009-08-27?13:06??TestAliPayInterface\.svn\text-ba
?????文件???????4816??2009-08-27?13:06??TestAliPayInterface\.svn\text-ba
?????文件???????1297??2009-08-27?13:06??TestAliPayInterface\.svn\text-ba
?????文件???????2158??2009-08-27?13:06??TestAliPayInterface\.svn\text-ba
?????文件???????7403??2009-08-27?13:06??TestAliPayInterface\.svn\text-ba
?????文件???????2565??2009-10-30?09:41??TestAliPayInterface\.svn\tmp\Default.aspx.designer.cs.tmp
?????文件????????105??2009-08-27?13:06??TestAliPayInterface\App_Data\.svn\all-wcprops
?????文件????????238??2009-08-27?13:06??TestAliPayInterface\App_Data\.svn\entries
?????文件??????????2??2009-08-27?13:05??TestAliPayInterface\App_Data\.svn\format
?????文件????????100??2009-08-27?13:06??TestAliPayInterface\bin\.svn\all-wcprops
?????文件????????233??2009-08-27?13:06??TestAliPayInterface\bin\.svn\entries
?????文件??????????2??2009-08-27?13:05??TestAliPayInterface\bin\.svn\format
?????文件??????13312??2009-10-19?14:15??TestAliPayInterface\bin\AliPayInterface.dll
?????文件??????22016??2009-10-19?14:15??TestAliPayInterface\bin\AliPayInterface.pdb
?????文件???????6656??2009-10-19?14:15??TestAliPayInterface\bin\TestAliPayInterface.dll
?????文件??????19968??2009-10-19?14:15??TestAliPayInterface\bin\TestAliPayInterface.pdb
?????文件???????1884??2009-10-12?17:29??TestAliPayInterface\Default.aspx
?????文件????????752??2009-10-30?09:59??TestAliPayInterface\Default.aspx.cs
?????文件???????2565??2009-10-12?17:29??TestAliPayInterface\Default.aspx.designer.cs
?????文件???????6273??2009-10-22?13:18??TestAliPayInterface\obj\Debug\ResolveAssemblyReference.cache
?????文件???????1308??2009-10-22?13:18??TestAliPayInterface\obj\Debug\TestAliPayInterface.csproj.FileListAbsolute.txt
?????文件???????6656??2009-10-19?14:15??TestAliPayInterface\obj\Debug\TestAliPayInterface.dll
?????文件??????19968??2009-10-19?14:15??TestAliPayInterface\obj\Debug\TestAliPayInterface.pdb
............此處省略109個文件信息
評論
共有 條評論