This commit is contained in:
parent
4663f48496
commit
833c5a5ede
|
@ -20,11 +20,10 @@ class WechatsController < ActionController::Base
|
|||
description: n[:content],
|
||||
pic_url: pic_url,
|
||||
url: url
|
||||
end
|
||||
end and return
|
||||
else
|
||||
request.reply.text "课程邀请码不正确"
|
||||
request.reply.text "课程邀请码不正确" and return
|
||||
end
|
||||
return
|
||||
end
|
||||
request.reply.text "您的意见已收到,感谢您的反馈!" # Just echo
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue