| 12345678910111213141516171819 | 
							- <%@ page language="java" contentType="text/html; charset=GBK" pageEncoding="GBK"%>
 
- <html>
 
- <head>
 
- <meta http-equiv="Content-Type" content="text/html; charset=GBK">
 
- <title>财付通支付应用示例</title>
 
- </head>
 
- <body>
 
- <div align="left">
 
- 	页面跳转调用:<br/>
 
- 	<a href="./payRequest.jsp">获取支付prepayId</a><br/>
 
- 	<br/>
 
- 	后台调用:<br/>
 
- 	<!-- <a href="./clientQueryTrans.jsp">订单查询</a><br/>
 
- 	<a href="./clientRefund.jsp">退款请求</a><br/>
 
- 	<a href="./refundQuery.jsp">退款明细查询</a><br/>
 
-   	<a href="./DownloadBill.jsp">对账单下载</a><br/> -->
 
- </div>
 
- </body>
 
- </html>
 
 
  |