Unhandled rejection TypeError: Cannot read property 'then' of undefined

来源:5-4 第五天 微信菜单-生成菜单

PaulDing

2016-08-30

Unhandled rejection TypeError: Cannot read property 'then' of undefined

写回答

2回答

孤独的_根号三

2016-09-09

exports.reply = function* (next) {
    var message = this.weixin
    
    wechatApi.deleteMenu()
    .then(function() {
    return wechatApi.createMenu(menu)
    })
    .then(function(msg) {
    console.log(msg)
    })


1
4
拖走NET
原因呢?
2016-12-18
共4条回复

拖走NET

2016-12-18

why?

0
0

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

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

1742 学习 · 787 问题

查看课程