<?php
header("Content-Type:text/html;charset=utf8");
$ee = urlencode("gQFI8DoAAAAAAAAAASxodHRwOi8vd2VpeGluLnFxLmNvbS9xL1RqallrX1RseXJLek41MU1BeFlYAAIE8aPXVgMEXAIAAA==");
$url = "https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=$ee";
echo $url;
?>
<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>
<style type="text/css">
body{
margin: 0px;
}
</style>
<script type="text/javascript">
var url3 = ‘<?php echo $url; ?>‘;
window.location=url3;//页面跳转
</script>
</head>
<body>
</body>
</html>
?>
时间: 2024-10-11 12:58:48