修改菜单

This commit is contained in:
guange 2016-03-01 17:13:06 +08:00
parent d5e8945619
commit c33b35383d
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#coding=utf-8
class WechatsController < ActionController::Base class WechatsController < ActionController::Base
layout 'base_wechat' layout 'base_wechat'
@ -158,7 +159,6 @@ class WechatsController < ActionController::Base
end end
def sendBind(request) def sendBind(request)
logger.deb
openid = request[:FromUserName] openid = request[:FromUserName]
attrs = wechat.user(openid) attrs = wechat.user(openid)
UserWechat.delete_all(openid: openid) UserWechat.delete_all(openid: openid)

View File

@ -10,4 +10,4 @@ button:
- -
type: "click" type: "click"
name: "意见返馈" name: "意见返馈"
url: "FEEDBACK" key: "FEEDBACK"