This commit is contained in:
guange 2016-06-24 15:31:45 +08:00
parent 16a9f017b6
commit 7e2482167d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class WechatsController < ActionController::Base
if !uw
return sendBind()
else
return join_class(content, uw.user)
return join_class({invite_code: content}, uw.user)
end
rescue => e
logger.error e.inspect