本地服务器列表请求打印添加
parent
24f9860235
commit
a8abedf426
|
@ -158,7 +158,8 @@ function this:OnLogout()
|
|||
|
||||
RequestPanel.Show(Language[11121])
|
||||
this.SetLoginPart(true)
|
||||
networkMgr:SendGetHttp(string.format("%sjl_loginserver/getServerList?openId=%s&channel=%s&plat=android&sub_channel=%s", LoginRoot_Url, userId, LoginRoot_Channel, LoginRoot_SubChannel),
|
||||
Log(string.format("%sjl_loginserver/getServerList?openId=%s&channel=%s&plat=android&sub_channel=%s&server_version=%s", LoginRoot_Url, userId, LoginRoot_Channel, LoginRoot_SubChannel, ServerVersion))
|
||||
networkMgr:SendGetHttp(string.format("%sjl_loginserver/getServerList?openId=%s&channel=%s&plat=android&sub_channel=%s&server_version=%s", LoginRoot_Url, userId, LoginRoot_Channel, LoginRoot_SubChannel, ServerVersion),
|
||||
this.OnReceiveServerList, nil, nil, nil)
|
||||
end
|
||||
end
|
||||
|
@ -201,7 +202,8 @@ function this:OnOpen(...)
|
|||
|
||||
RequestPanel.Show(Language[11121])
|
||||
this.SetLoginPart(true)
|
||||
networkMgr:SendGetHttp(string.format("%sjl_loginserver/getServerList?openId=%s&channel=%s&plat=android&sub_channel=%s", LoginRoot_Url, userId, LoginRoot_Channel, LoginRoot_SubChannel),
|
||||
Log(string.format("%sjl_loginserver/getServerList?openId=%s&channel=%s&plat=android&sub_channel=%s&server_version=%s", LoginRoot_Url, userId, LoginRoot_Channel, LoginRoot_SubChannel, ServerVersion))
|
||||
networkMgr:SendGetHttp(string.format("%sjl_loginserver/getServerList?openId=%s&channel=%s&plat=android&sub_channel=%s&server_version=%s", LoginRoot_Url, userId, LoginRoot_Channel, LoginRoot_SubChannel, ServerVersion),
|
||||
this.OnReceiveServerList, nil, nil, nil)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue