TapDBManager = {} local this = TapDBManager function this.Initialize() end function this.SetUser() App.TBDMgr:SetUser() end function this.SetUser(userId) App.TBDMgr:SetUser(userId) end function this.SetServer(serverId) App.TBDMgr:SetUser(serverId) end function this.SetLevel(level) App.TBDMgr:SetUser(level) end function this.onChargeSuccess(orderId, goodsId, amount, currencyType, payment) App.TBDMgr:SetUser(orderId) end return TapDBManager