We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
已经在类里面,验证已经接到微信GET过来的参数,并且GET过来的signature 和加密之后的 完全一致,但是一直提示验证失败,token是一致的,我用的是测试公众号,明文模式,没有encodingaeskey,折腾了一晚上,至今未解决,奇怪的是,如果至今用提供的demo.php是可以验证通过的,请问这种问题该,如何去排查,解决、如果是在thinkphp控制器中 sdk没有引入好,那根本不会走sdk里面的方法、
The text was updated successfully, but these errors were encountered:
在 die($echoStr); 之前 加上ob_clean();就解决了
Sorry, something went wrong.
No branches or pull requests
已经在类里面,验证已经接到微信GET过来的参数,并且GET过来的signature 和加密之后的 完全一致,但是一直提示验证失败,token是一致的,我用的是测试公众号,明文模式,没有encodingaeskey,折腾了一晚上,至今未解决,奇怪的是,如果至今用提供的demo.php是可以验证通过的,请问这种问题该,如何去排查,解决、如果是在thinkphp控制器中 sdk没有引入好,那根本不会走sdk里面的方法、
The text was updated successfully, but these errors were encountered: