mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-10-03 05:49:59 +08:00
Pre Merge pull request !4 from pkkgu/N/A
This commit is contained in:
commit
bf4f70f035
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user