package sessionKey const ( TargetPath = "target_path" // 途径 OpenID = "open_id" // string 第三方登陆sdk的用户唯一标识 PlayerID = "player_id" // int64 玩家id )