登陆第一个请求添加日志

dev_chengFeng
wangzhenxing 2023-02-13 14:54:48 +08:00
parent 04ea826ab8
commit c894b57bb7
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ function this.PlayerInfoRequest(func)
data.num = 1
data.str = "shujushuju"
LogError("111111111111111111111111111111111111111111")
local msg = data:SerializeToString()
Network:SendMessageWithCallBack(MessageTypeProto_pb.GET_PLAYERINFO_REQUEST, MessageTypeProto_pb.GET_PLAYERINFO_RESPONSE, msg, function(buffer)
local data = buffer:DataByte()
@ -129,7 +129,7 @@ function this.PlayerInfoRequest(func)
else
NameManager.SetRoleSex(ROLE_SEX.BOY)
end
LogError("22222222222222222222222222222222222")
-- 数据打点
ThinkingAnalyticsManager.CalibrateTime(msg.player.serverTime)
ThinkingAnalyticsManager.Login(PlayerManager.uid)