12 lines
521 B
PHP
12 lines
521 B
PHP
<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> |