⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 payreceive.asp

📁 淘客网上商店网站程序 淘客网上商店网站程序 淘客网上商店网站程序
💻 ASP
字号:
<!--#include file="../Conn.asp"-->
<!--#include file="../Inc/Cl_ClsSysTem.asp"-->
<!--#include file="../Inc/Cl_Md5.asp"-->
<!--#include file="../Inc/Cl_ClsOnlinePay.asp"-->
<%
Const ChannelID=0
Cl.Get_WebSetting
Select Case Cl.GetClng(Cl.Product_Setting(3))
Case 1
	Rem 财付通
	OnlinePay.P_IsSucceed=False
	OnlinePay.P_PayMsg = Request("Msg")
Case 2
	OnlinePay.Alipay
Case 3
	Rem 网银在线
	OnlinePay.ChinaBank
Case 4
	Rem 云网
	OnlinePay.CnCard
Case Else
	Response.write "在线支付已经禁用!"
End Select

If OnlinePay.P_IsSucceed=False then
response.write OnlinePay.P_PayMsg
response.end
End If

'本页面为支付完成后获取返回的参数及处理......
'========================================================================
Rem 创力网站管理系统
Rem 在线支付接口
Rem Email: Info@Aspoo.cn			http://www.aspoo.com
Rem Date : 2007-3-26				http://bbs.aspoo.com
Rem		        Copyright (c) 2007 Aspoo.Com
'========================================================================
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>在线支付确认信息</title>
<style type="text/css">
body { font-size: 12px; margin-top:0px;}
td {font-size: 12px;}
input {font-size: 12px;height: 22px;}
button{font-size: 12px;height: 22px;}
select{font-size: 12px;height: 22px;}
a{text-decoration: none;color: #000000;}
a:hover{color: #428eff;text-decoration: underline;}
.title{font-weight: bold; font-size: 12px; background-color: #009ace; height: 22px; color: white; }
.border
{
	border-right: #009ace 1px solid; border-top: #009ace 1px solid; border-left: #009ace 1px solid;
	border-bottom: #009ace 1px solid; background-color: #ffffff
}
.tdbg{padding-right: 3px; padding-left: 3px; background: #def0fa; padding-bottom: 3px; padding-top: 3px}
</style>
</head>
<body >
<br />
<table border="0" width="460" cellpadding="0" cellspacing="1" align="center" class="border">
  <tr class="title">
    <td align="center">您的在线支付情况反馈如下</td>
  </tr>
  <tr class="tdbg">
    <td><font color="#FF0000"><b><%=OnlinePay.P_PayMsg%></b></font></td>
  </tr>
  <tr class="tdbg">
    <td>支付编号:<font color="#0000ff"><%=OnlinePay.P_PayNum%></font></td>
  </tr>
  <tr class="tdbg">
    <td>支付银行:<font color="red"><%=OnlinePay.P_PayBank%></font></td>
  </tr>
  <tr class="tdbg">
    <td>支付币种:RMB<%'=OnlinePay.P_MoneyType%></td>
  </tr>
  <tr class="tdbg">
    <td>支付金额:<font color="red"><%=OnlinePay.P_PayAmount%></font> 元</td>
  </tr>
  <tr class="tdbg">
    <td>支付结果:<font color="#0000ff"><%=OnlinePay.P_BankInfo%></font></td>
  </tr>
  <tr class="tdbg">
    <td>充值用户(ID):<font color="#0000ff"><%=OnlinePay.P_UserName%></font>(<font color="#ff0033"><%=OnlinePay.P_UserID%></font>)</td>
  </tr>
  <tr class="tdbg">
    <td>用户操作结果:<font color="#0000ff"><%=OnlinePay.P_Remark1%></font></td>
  </tr>
  <tr class="tdbg">
    <td align="center"><input type="button" id="BIndex" onclick="window.location.href='../Index.asp'" value=" 返回首页 " />&nbsp;&nbsp;&nbsp;&nbsp;
    <input type="button" id="Close" onclick="window.close()" value=" 关闭窗口 " /></td>
  </tr>
</table>
</body>
</html>
<%
Set OnlinePay = Nothing
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -