url写到根域名即可(www.abc.com),token随便写,encodingaeskey自动生成,加密方式明文模式。
php验证代码
public function checktoken() { header("content-t环保资源ype: text/html; chart=utf-8"); //1.将timestamp,nonce,toke按字典顺序排序 宝宝胎教故事大全 $timestamp = $_get['timestamp']; $nonce = $_get['nonce']; $token = 'asd123456zxc'; $signature = $_get['signature']; $array = array($timestamp,$nonce,$token); //2.将排序后的三个参数拼接之后用sha1加密 $tmpstr = implode('',$array); $tmpstr = sha1($tmpstr); //3.将加密后的字符串与signature进行对比,判断该请求是否来自微信 if($tmpstr == $signature){赞美教师的佳句 echo $_get['echostr']; exit; } }
注意:如果配置都是正确的,但是一直就是token验证失败,可能是因为编码问题,加上“header(“co儿童智力检测ntent-type: text/html; chart=ut赞助策划f-8”);”即可
本文发布于:2023-04-08 12:13:57,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/e1f3a0ea1162c92b01274c58071b2761.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:微信公众号开发启用服务器配置提交token验证失败 php.doc
本文 PDF 下载地址:微信公众号开发启用服务器配置提交token验证失败 php.pdf
留言与评论(共有 0 条评论) |