通过ticket换取二维码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过ticket换取二维码相关的知识,希望对你有一定的参考价值。

<?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换取二维码的主要内容,如果未能解决你的问题,请参考以下文章

微信带参二维码PHP保存本地问题

微信生产带参数二维码

[POI2009]KON-Ticket Inspector(二维前缀和+DP)

web网页外部分享到微信朋友圈扣扣微博等功能自动生成二维码等

公众号开发13生成二维码

二维码转存为图片