登陆第一个请求添加日志
parent
04ea826ab8
commit
c894b57bb7
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue