This commit is contained in:
guange 2016-06-22 12:27:23 +08:00
parent 4663f48496
commit 833c5a5ede
1 changed files with 2 additions and 3 deletions

View File

@ -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