This commit is contained in:
guange 2016-06-20 17:37:35 +08:00
parent 6f14b61cce
commit 1d6d100983
1 changed files with 3 additions and 1 deletions

View File

@ -21,8 +21,10 @@ class WechatsController < ActionController::Base
pic_url: pic_url,
url: url
end
return
else
request.reply.text "课程邀请码不正确"
end
return
end
request.reply.text "您的意见已收到,感谢您的反馈!" # Just echo
end