为了账号安全,请及时绑定邮箱和手机立即绑定

TOken 验证失败?

TOken 验证失败?

PHP
慕粉3464048 2016-11-14 11:57:34
<?php// 本类由系统自动生成,仅供测试用途class IndexAction extends Action { public function index(){$timestamp=$_GET['timestamp'];$nonce=$_GET['nonce'];$token="weixin";$signature=$_GET['signature'];$array=array($timestamp,$nonce,$token);sort($array);//2.将排序后的三个参数拼接之后用sha1加密$temstr=implode('',$array);$temstr=sha1($temstr);//3.将加密后的字符串与signature进行对比,判断该请求是否来自微信if($temstr==$signature){  echo $_GET['echostr'];  exit;}} }?>
查看完整描述

1 回答

?
一瞬儿光

TA贡献178条经验 获得超70个赞

你这个地址对吗?你放浏览器访问下试试

查看完整回答
反对 回复 2016-11-16
  • 1 回答
  • 1 关注
  • 929 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信