动态内容调整
This commit is contained in:
parent
4607d1a78d
commit
c439d62a64
|
@ -1,6 +1,8 @@
|
|||
class WechatsController < ActionController::Base
|
||||
wechat_responder
|
||||
|
||||
included ApplicationHelper
|
||||
|
||||
# default text responder when no other match
|
||||
on :text do |request, content|
|
||||
request.reply.text "echo: #{content}" # Just echo
|
||||
|
|
Loading…
Reference in New Issue