微信公众号留言回复修改

This commit is contained in:
yuanke 2016-09-14 10:26:18 +08:00
parent 41700b1f37
commit cb6a3e7161
1 changed files with 6 additions and 6 deletions

View File

@ -8,13 +8,13 @@ class WechatsController < ActionController::Base
# default text responder when no other match # default text responder when no other match
on :text do |request, content| on :text do |request, content|
#邀请码 #邀请码
if join_class_request(request) # if join_class_request(request)
sendBindClass(request, {invite_code: content}) # sendBindClass(request, {invite_code: content})
elsif join_project_request(request) # elsif join_project_request(request)
sendBindProject(request, {invite_code: content}) # sendBindProject(request, {invite_code: content})
else # else
request.reply.text "您的意见已收到,非常感谢~ \n更多问题可以通过以下方式联系我们:\n官方QQ群173184401\n我们会认真聆听您的意见和建议。" request.reply.text "您的意见已收到,非常感谢~ \n更多问题可以通过以下方式联系我们:\n官方QQ群173184401\n我们会认真聆听您的意见和建议。"
end # end
end end
# When receive 'help', will trigger this responder # When receive 'help', will trigger this responder