<code>public function creatCode(){ $wechatAuth=$this->wechatAuth; <span>%本文来源gaodai#ma#com搞*代#码9网#</span><strong>搞gaodaima代码</strong> $ticket=$wechatAuth->qrcodeCreate('10086'); $src=$wechatAuth->showqrcode($ticket['ticket']); echo "$src"; //echo ""; }</code>
最后输出的是https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=
回复内容:
<code>public function creatCode(){ $wechatAuth=$this->wechatAuth; $ticket=$wechatAuth->qrcodeCreate('10086'); $src=$wechatAuth->showqrcode($ticket['ticket']); echo "$src"; //echo ""; }</code>
最后输出的是https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=