1 Star 0 Fork 167

天龙八部999 / quick-pay

forked from 承熙 / quick-pay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 4.06 KB
一键复制 编辑 原始数据 按行查看 历史
承熙 提交于 2018-09-21 16:53 . 项目链接修改,压缩JS。
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="format-detection" content="telephone=no,email=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="baidu-site-verification" content="osSKw0izGx" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>PXPAY 下单Demo</title>
<meta name="description" content="PXPAY,开源的个人收款支付工具。为支付宝、微信支付的个人账户,提供即时到账收款API接口,个人收款源码。">
<style type="text/css">
* {
padding: 0;
margin: 0;
}
body {
background: #fff;
font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
font-size: 16px;
}
.system-message {
padding: 24px 48px;
}
.system-message h1 {
font-size: 100px;
font-weight: normal;
line-height: 120px;
margin-bottom: 12px;
}
.system-message .jump {
padding-top: 10px;
}
.system-message .jump a {
color: #333;
}
.system-message .success,
.system-message .error {
line-height: 1.8em;
font-size: 36px;
}
.system-message .detail {
font-size: 12px;
line-height: 20px;
margin-top: 12px;
display: none;
}
.call-to-action {
margin-top: 230px;
padding: 10px 25px;
text-align: center;
}
.call-to-action .btn {
margin: 10px 5px;
}
.btn-alipay {
background-color: #099ce0;
color: #fff;
}
.btn-customize-pay {
background-color: red;
color: #fff;
}
.btn-default {
background-color: #0d8609;
color: #fff !important;
border-color: #0d760a;
}
.call-to-action .btn {
margin: 10px 5px;
}
a {
color: #428bca;
text-decoration: none;
}
.btn {
padding: 10px 12px;
font-size: 14px;
line-height: 1.42857143;
min-width: 160px;
text-align: center;
border-radius: 0;
text-transform: uppercase;
margin: 10px 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn img {
width: 20px;
vertical-align: middle;
margin-right: 5px;
}
.call-to-action h3 {
margin-bottom: 32px;
}
</style>
</head>
<body>
<div class="call-to-action">
<h3>1) 支付1分钱,演示个人支付流程</h3>
<a class="btn btn-alipay more" href='order.php?act=new&paytype=ALIPAY'>
<img src="images/logo_alipay.png" alt="支付宝付款" /> 支付宝
</a>
<a href="order.php?act=new&paytype=WXPAY" class="btn btn-default contact">
<img src="images/logo_weixin.png" alt="微信付款" /> 微信
</a>
<h3 style="margin-top:30px;height:30px;"> 2) 创建我自己的收款 </h3>
<a class="btn btn-alipay more" href='https://fir.im/nmc9'>
1 安卓 APP下载
</a>
<a class="btn btn-customize-pay more" href='https://pxpay.ukafu.com/person/index/gettoken'>
2 获取 token
</a>
<a class="btn btn-alipay more" href='help.html'>
3 获取商户ID和密钥
</a>
<a class="btn btn-customize-pay more" href='customizepay.html'>
4 填写收款信息,测试
</a>
<h3 style="margin-top:30px;height:30px;">3) 源码下载地址</h3>
<a href='https://gitee.com/DaLianZhiYiKeJi/xpay'>
安卓监控源码:https://gitee.com/DaLianZhiYiKeJi/xpay
</a> <br /><br />
<a href='https://gitee.com/sipengcode/quick-pay'>
下单页面,对接SDK,本项目源码:https://gitee.com/sipengcode/quick-pay
</a>
</div>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?d7e42971a486a73b46f043f0d700f362";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>
JavaScript
1
https://gitee.com/tianlong999/quick-pay.git
git@gitee.com:tianlong999/quick-pay.git
tianlong999
quick-pay
quick-pay
demo

搜索帮助