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