修改菜单
This commit is contained in:
parent
d5e8945619
commit
c33b35383d
|
@ -1,3 +1,4 @@
|
|||
#coding=utf-8
|
||||
class WechatsController < ActionController::Base
|
||||
layout 'base_wechat'
|
||||
|
||||
|
@ -158,7 +159,6 @@ class WechatsController < ActionController::Base
|
|||
end
|
||||
|
||||
def sendBind(request)
|
||||
logger.deb
|
||||
openid = request[:FromUserName]
|
||||
attrs = wechat.user(openid)
|
||||
UserWechat.delete_all(openid: openid)
|
||||
|
|
|
@ -10,4 +10,4 @@ button:
|
|||
-
|
||||
type: "click"
|
||||
name: "意见返馈"
|
||||
url: "FEEDBACK"
|
||||
key: "FEEDBACK"
|
Loading…
Reference in New Issue