为何handler.call是提示cannot read property 'call' of undefined

来源:

魍驿

2016-09-01

为何handler.call是提示cannot read property 'call' of undefined

写回答

2回答

Scott

2016-09-01

在 app.js 里面 use WeChat 中间件的时候需要传进来 reply 模块作为这个 handler

0
3
魍驿
非常感谢!没有new Wechat,之前注释了
2016-09-02
共3条回复

Scott

2016-09-01

0
2
魍驿
已经增加; module.exports = function(opts, handler){ // var wechat = new Wechat(opts); 。。。。。。 //移交控制权 yield* handler.call(this, next); //加了*通过执行 wechat.reply.call(this); //这句依然报错,定义Wechat.prototype.reply = function(){。。。。。}
2016-09-01
共2条回复

7天搞定Node.js微信公众号

Koa框架、ES2015新特性、MongoDB,开发微信公众号

1742 学习 · 787 问题

查看课程