diff --git a/WeChat/Qrcode.php b/WeChat/Qrcode.php index af14328..a7be267 100644 --- a/WeChat/Qrcode.php +++ b/WeChat/Qrcode.php @@ -57,7 +57,7 @@ class Qrcode extends BasicWeChat */ public function url($ticket) { - return "https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket={$ticket}"; + return "https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=".urlencode($ticket); } /**