From 09a97fc9d8a8dad2ddde88b045d8a043127c24cc Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Sat, 9 Jul 2016 10:23:49 +0800 Subject: [PATCH] . --- app/controllers/wechats_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/wechats_controller.rb b/app/controllers/wechats_controller.rb index bd4ebaf7f..3a8b80883 100644 --- a/app/controllers/wechats_controller.rb +++ b/app/controllers/wechats_controller.rb @@ -8,7 +8,7 @@ class WechatsController < ActionController::Base # default text responder when no other match on :text do |request, content| #邀请码 - if join_request + if join_request(request) sendBindClass(request, {invite_code: content}) else request.reply.text '您的意见已收到,感谢您的反馈!'