用的是wechat-api
new api = new wechat(conf.appid,conf.appsecret)
api.setTemplate(...
众所周知,微信有重发机制,这就需要在发送消息后,当收到消息给微信发success
但是问题来了。此2行代码并没有写在路由里,无法res.send('success')
请问,这样的情况该如何处理,如何通知微信。
用的是wechat-api
new api = new wechat(conf.appid,conf.appsecret)
api.setTemplate(...
众所周知,微信有重发机制,这就需要在发送消息后,当收到消息给微信发success
但是问题来了。此2行代码并没有写在路由里,无法res.send('success')
请问,这样的情况该如何处理,如何通知微信。