请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

1回答

Scott 2017-01-04 08:50:55

检查下 tousername 和 fromusername 没有放反对吧,然后看看 reply.js 里面的最后,有加 yield next 吧,最后,看看 wechat.js 里面的 reply 方法,实现的是不是这样子的:


Wechat.prototype.reply = function() {
  var content = this.body
  var message = this.weixin
  var xml = util.tpl(content, message)
  console.log(xml)
  this.status = 200
  this.type = 'application/xml'
  this.body = xml
}


0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信