lanrion / weixin_rails_middleware

微信集成 ruby weixin_rails_middleware for integration weixin.
MIT License
408 stars 107 forks source link

fixed 推送模板信息回调,通知服务器是否成功推送 #40

Closed huxinghai closed 9 years ago

huxinghai commented 9 years ago

在推送完模板信息会报错,将默认模板添加这个方法

oMethodError (undefined method handle_templatesendjobfinish_event' for #<KuiwangController:0x00000109b647e8>): app/decorators/controllers/weixin_rails_middleware/weixin_controller_decorator.rb:58:inresponse_event_message' app/controllers/kuiwang_controller.rb:16:in `reply'

huxinghai commented 9 years ago

OK 了