1.0-version

This commit is contained in:
Administrator
2019-04-11 15:54:34 +08:00
commit 0e902893ca
2222 changed files with 255689 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>微信支付</title>
</head>
<body>
<div style="margin-left: 10px;color:#556B2F;font-size:30px;font-weight: bolder;">下载二维码并扫描支付</div><br/>
<img alt="模式二扫码支付" src="<?php echo base_url();?>Wxpay/example/qrcode.php?data=<?php echo urlencode($url);?>" style="width:150px;height:150px;"/>
</body>
</html>