mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
commit
e061f4e374
@ -57,7 +57,7 @@ class Qrcode extends BasicWeChat
|
|||||||
*/
|
*/
|
||||||
public function url($ticket)
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user