This commit is contained in:
guange 2016-05-26 13:02:27 +08:00
parent d034474f90
commit b48b1c97b3
1 changed files with 4 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class WechatsController < ActionController::Base
### controller method
include Controllers
module Controllers
def get_open_id
@ -254,4 +254,7 @@ class WechatsController < ActionController::Base
end
end
include Controllers
end