发送字段divier
parent
1dfd9da8e9
commit
3a74007818
|
|
@ -90,6 +90,7 @@ function M:IdPasswordLogin(uid, password, callback)
|
||||||
local _data = {}
|
local _data = {}
|
||||||
_data["id"] = tonumber(uid)
|
_data["id"] = tonumber(uid)
|
||||||
_data["password"] = password
|
_data["password"] = password
|
||||||
|
_data["deviceCode"] = UnityEngine.SystemInfo.unsupportedIdentifier
|
||||||
__Login(Protocol.WEB_ID_PASSWORD_LOGIN, _data, callback)
|
__Login(Protocol.WEB_ID_PASSWORD_LOGIN, _data, callback)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue