最新动态改成我的动态,提示修改

This commit is contained in:
cxt 2016-06-06 11:13:35 +08:00
parent 75f12e3749
commit 6a25adb37e
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ class WechatsController < ActionController::Base
on :fallback, respond: 'fallback message'
on :click, with: 'FEEDBACK' do |request, key|
request.reply.text "如有反馈问题,请直接切入至输入框,发微信给我们即可"
request.reply.text "如有反馈问题,请直接切换至输入框,发微信给我们即可"
end
on :click, with: 'MY_NEWS' do |request, key|

View File

@ -1,7 +1,7 @@
button:
-
type: "view"
name: "最新动态"
name: "我的动态"
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8e1ab05163a28e37&redirect_uri=https://www.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=123#wechat_redirect"
-
type: "click"