• 大小: 4.85MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-30
  • 语言: Java
  • 标签: 网银在线  

资源简介

包含网银在线的支付、退款、查询接口,里面包含java、php、c#各类语言的接口

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Configuration;
using System.Collections;
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.IO;
using System.Text;

public partial class Send : System.Web.UI.Page
{
    
     protected string v_oid;
protected string v_amount;
protected string v_pstatus;
protected string v_pstring;
protected string v_pmode;
protected string v_moneytype;
protected string remark1;
protected string remark2;


    protected void Page_Load(object sender EventArgs e)
    {
StreamReader sr = new StreamReader(Request.InputStream Encoding.GetEncoding(936));
String query = sr.ReadToEnd();
System.Collections.Specialized.NameValueCollection reqResult = HttpUtility.ParseQueryString(query Encoding.GetEncoding(936)); 
v_oid = Request[“v_oid“];
        v_amount = Request[“v_amount“];
v_pstatus = Request[“v_pstatus“];
v_pstring = reqResult[“v_pstring“];
v_pmode = reqResult[“v_pmode“];
v_moneytype = Request[“v_moneytype“];
remark1 = Request[“remark1“];
remark2 = Request[“remark2“];

    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        611  2013-12-02 10:50  GatewayInterfaceDoc20160304\B2C查询接口\asp 查询\asp-search.asp

     文件       1777  2013-11-25 11:21  GatewayInterfaceDoc20160304\B2C查询接口\asp 查询\asp-search.html

     文件      11479  2004-05-13 14:34  GatewayInterfaceDoc20160304\B2C查询接口\asp 查询\md5.asp

     文件       1828  2006-08-22 15:47  GatewayInterfaceDoc20160304\B2C查询接口\asp 查询\rcv.asp

     文件        963  2014-02-20 14:55  GatewayInterfaceDoc20160304\B2C查询接口\c# 查询\net-rcv.aspx

     文件       1220  2014-02-20 15:09  GatewayInterfaceDoc20160304\B2C查询接口\c# 查询\net-rcv.aspx.cs

     文件        700  2014-02-20 14:11  GatewayInterfaceDoc20160304\B2C查询接口\c# 查询\net-search.aspx

     文件       1024  2014-02-20 17:54  GatewayInterfaceDoc20160304\B2C查询接口\c# 查询\net-search.aspx.cs

     文件       1778  2014-02-17 09:45  GatewayInterfaceDoc20160304\B2C查询接口\c# 查询\net-search.html

     文件       1777  2013-12-02 09:42  GatewayInterfaceDoc20160304\B2C查询接口\jsp 查询\jsp-search.html

     文件        806  2013-12-02 09:43  GatewayInterfaceDoc20160304\B2C查询接口\jsp 查询\jsp-search.jsp

     文件       4007  2006-08-23 16:47  GatewayInterfaceDoc20160304\B2C查询接口\jsp 查询\lib\cb_md5.jar

     文件       2349  2005-12-15 17:09  GatewayInterfaceDoc20160304\B2C查询接口\jsp 查询\rcv.jsp

     文件       1498  2014-02-21 08:55  GatewayInterfaceDoc20160304\B2C查询接口\php 查询\rcv.php

     文件       1783  2013-12-02 13:22  GatewayInterfaceDoc20160304\B2C查询接口\php 查询\search.html

     文件        668  2013-11-27 15:06  GatewayInterfaceDoc20160304\B2C查询接口\php 查询\search.php

     文件      16604  2015-03-26 11:08  GatewayInterfaceDoc20160304\B2C查询接口.zip

     文件        569  2013-11-07 14:44  GatewayInterfaceDoc20160304\B2C网关接口\asp\asp使用说明.txt

     文件       1547  2008-07-31 11:05  GatewayInterfaceDoc20160304\B2C网关接口\asp\chinabank\AutoReceive.asp

     文件      11479  2004-05-13 14:34  GatewayInterfaceDoc20160304\B2C网关接口\asp\chinabank\MD5.asp

     文件       3250  2008-07-31 11:05  GatewayInterfaceDoc20160304\B2C网关接口\asp\chinabank\Receive.asp

     文件       4385  2015-11-13 14:15  GatewayInterfaceDoc20160304\B2C网关接口\asp\chinabank\Send.asp

     文件       6524  2006-07-26 03:49  GatewayInterfaceDoc20160304\B2C网关接口\asp\ChinaBank.html

     文件       1815  2008-07-31 11:06  GatewayInterfaceDoc20160304\B2C网关接口\jsp\chinabank\AutoReceive.jsp

     文件       2830  2008-07-31 11:06  GatewayInterfaceDoc20160304\B2C网关接口\jsp\chinabank\Receive.jsp

     文件       4900  2015-11-13 14:09  GatewayInterfaceDoc20160304\B2C网关接口\jsp\chinabank\Send.jsp

     文件       6524  2006-07-26 06:41  GatewayInterfaceDoc20160304\B2C网关接口\jsp\ChinaBank.html

     文件        709  2013-11-07 14:42  GatewayInterfaceDoc20160304\B2C网关接口\jsp\jsp使用说明.txt

     文件       7433  2004-04-05 01:08  GatewayInterfaceDoc20160304\B2C网关接口\jsp\WEB-INF\classes\beartool\MD5.class

     文件       4039  2006-03-30 17:07  GatewayInterfaceDoc20160304\B2C网关接口\jsp\WEB-INF\classes\com\chinabank\c2c\security\B64Code.class

............此处省略140个文件信息

评论

共有 条评论

相关资源