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

照着老师做的微信链接接口为什么就是失败?

照着老师做的微信链接接口为什么就是失败?

PHP
Guard丿星魂 2016-12-03 14:56:04
<? php//将timestamp,nonce,token按字典序排序 $timestamp  = $_GET['timestamp']; $nonce    = $_GET['nonce']; $token    = 'TOKEN'; $signature = $_GET['signature']; $echostr = $_GET['echostr'] $arr = array($timestamp,$nonce,$token); sort($arr,SORT_STRING); //将排序后的数组拼接成字符串 $tmpstr =implode($arr); $tmpstr =sha1($tmpstr); //将加密后的字符串进行对比 if($tmpstr == $signature) { echo $echostr; exit; }
查看完整描述

1 回答

?
Guard丿星魂

TA贡献18条经验 获得超1个赞

看到缺了一个分号,但是加上还是没用

查看完整回答
反对 回复 2016-12-03
  • 1 回答
  • 0 关注
  • 978 浏览

添加回答

举报

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