This commit is contained in:
parent
16a9f017b6
commit
7e2482167d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue