我這個介面配置為啥不成功
遇见是最美的时光
遇见是最美的时光 2019-08-20 17:27:19
0
4
1178
function checkSignature($token) {
    $signature = !empty($_GET["signature"]) ? $_GET["signature"] : null;
    $timestamp = !empty($_GET["timestamp"]) ? $_GET["timestamp"] : null;
    $nonce = !empty($_GET["nonce"]) ? $_GET["nonce"] : null;
    $tmpArr = array($token, $timestamp, $nonce);
    sort($tmpArr, SORT_STRING);
    $tmpStr = implode($tmpArr);
    return sha1($tmpStr) == $signature;
}
 
// 微信公众后台填写的Token
$token = 'itsource';
// 如果验证正确,则返回参数echostr的内容,否则终止执行
if(checkSignature($token)) {
    echo $_GET['echostr'];
}
exit();


#
遇见是最美的时光
遇见是最美的时光

全部回覆(2)
遇见是最美的时光

沒有,

殘留の回憶

沒有任何提示麼?

  • 回覆 沒有,開始提交了幾次不行,然後放了一會提交好了,謝謝
    遇见是最美的时光 作者 2019-08-21 10:40:37
  • 回覆 恩恩
    殘留の回憶 作者 2019-08-21 13:13:39
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板