mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +08:00
update WeChat/Qrcode.php.
通过ticket换取二维码(ticket应该加urlencode)否则某些情况下可能换取失败 Signed-off-by: pkkgu <910111100@qq.com>
This commit is contained in:
parent
7a428869df
commit
634278d1ae
@ -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