登陆接口添加admin

dev_chengFeng
JieLing 2020-08-25 15:51:35 +08:00
parent 2ef85759a1
commit 30cb8b37cf
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
require("Base/BasePanel")
require("Base/BasePanel")
LoginPanel = Inherit(BasePanel)
local this = LoginPanel
@ -605,6 +605,7 @@ function this.OnConnect(network)
.. "&token=" .. LoginManager.token
.. "&platform=4"
.. "&sub_channel=" .. LoginRoot_SubChannel
.. "&admin=d53b3e8ef74bf72d8aafce3a1c8671a0"
.. "&version=" .. LoginRoot_PackageVersion,
this.OnReceiveLogin, nil, nil, nil)
end