-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
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
koa2安装使用这个封装库后所有路由访问都是提示Invalid signature #42
Comments
路由限定下。。 |
const Router = require('koa-router'); const config = { const router = new Router(); module.exports = router; index.js const Koa = require('koa'); |
抓包排查下错误吧。 |
是用微信公众平台接口调试工具测试的吗?看了下源码POST的请求好像都会有验签这一步,但实际query是没有带timestamp, nonce, echostr这些参数的 |
@bellchet58 @JacksonTian 我看这个仁兄的新增的isDebug参数已经合主干了,然而npm那里还是 |
@Juliiii 我看一下。 |
@Juliiii released. |
nice~ok |
作者你好,感谢提供这个封装库,这使得在做微信回复功能从原来数小时缩短至数分钟,由于我是刚学习nodejs不久,也是刚使用koa2,在我原有项目中使用该库里面本身的路由访问全部提示Invalid signature,请问作者如何解决啊
The text was updated successfully, but these errors were encountered: