加氪金状态打印

This commit is contained in:
Fang 2023-10-07 11:58:11 +08:00
parent 3e2713506e
commit 742b643a78

View File

@ -169,6 +169,10 @@ function LoginManager:loginFinish(data)
data.is_internal = DataManager.PlayerData:getIsInternal() data.is_internal = DataManager.PlayerData:getIsInternal()
CS.ThinkingAnalytics.ThinkingAnalyticsAPI.UserSet(data) CS.ThinkingAnalytics.ThinkingAnalyticsAPI.UserSet(data)
if EDITOR_MODE then
Logger.logHighlight("氪金次数:"..tostring(data.pay_count))
end
EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.LOGIN_REQ_SUCCESS) EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.LOGIN_REQ_SUCCESS)
ModuleManager.MailManager:getMailList(true) ModuleManager.MailManager:getMailList(true)
DataManager:setLoginSuccess(true) DataManager:setLoginSuccess(true)