码迷,mamicode.com
首页 > 其他好文 > 详细

通过ticket换取二维码

时间:2016-03-03 13:00:25      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:

<?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>
?>

通过ticket换取二维码

标签:

原文地址:http://www.cnblogs.com/YDshuaizai/p/5237868.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!