资源简介

支付宝即时到账接口测试成功

支付宝即时到帐接口源码
目前官方的插件只是针对支付宝的实物交易接口进行整合,如果是虚拟商品交易接口或者即时到帐交易接口(目前只对签约商家开通此接口)
的话,就可能出现错误代码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-base\Default.aspx.cs.svn-base

     文件       2565  2009-10-30 09:41  TestAliPayInterface\.svn\text-base\Default.aspx.designer.cs.svn-base

     文件       1884  2009-08-27 13:06  TestAliPayInterface\.svn\text-base\Default.aspx.svn-base

     文件        343  2009-08-27 13:06  TestAliPayInterface\.svn\text-base\PayError.aspx.cs.svn-base

     文件        843  2009-08-27 13:06  TestAliPayInterface\.svn\text-base\PayError.aspx.designer.cs.svn-base

     文件        455  2009-08-27 13:06  TestAliPayInterface\.svn\text-base\PayError.aspx.svn-base

     文件       4816  2009-08-27 13:06  TestAliPayInterface\.svn\text-base\TestAliPayInterface.csproj.svn-base

     文件       1297  2009-08-27 13:06  TestAliPayInterface\.svn\text-base\TestAliPayInterface.csproj.user.svn-base

     文件       2158  2009-08-27 13:06  TestAliPayInterface\.svn\text-base\TestReturn.cs.svn-base

     文件       7403  2009-08-27 13:06  TestAliPayInterface\.svn\text-base\Web.config.svn-base

     文件       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个文件信息

评论

共有 条评论