欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

用tp 微信类开发 获取不到二维码 ticket 怎么回事

程序员文章站 2022-03-09 19:33:38
...
public function creatCode(){
        $wechatAuth=$this->wechatAuth;
    
        $ticket=$wechatAuth->qrcodeCreate('10086');
        
        $src=$wechatAuth->showqrcode($ticket['ticket']);
        echo "$src";
        //echo "用tp 微信类开发 获取不到二维码 ticket 怎么回事";
    }

最后输出的是https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=

回复内容:

public function creatCode(){
        $wechatAuth=$this->wechatAuth;
    
        $ticket=$wechatAuth->qrcodeCreate('10086');
        
        $src=$wechatAuth->showqrcode($ticket['ticket']);
        echo "$src";
        //echo "用tp 微信类开发 获取不到二维码 ticket 怎么回事";
    }

最后输出的是https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=

相关标签: php