1.0-version
This commit is contained in:
12
application/views/home/test.php
Normal file
12
application/views/home/test.php
Normal 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>
|
Reference in New Issue
Block a user