.
This commit is contained in:
parent
eb24f59f93
commit
b5daacf941
@ -442,11 +442,11 @@ function First:requestAddress(callback, times, totalTimes)
|
|||||||
print("requestAddress -- loginCenterUrl:" .. loginCenterUrl .. " version:" .. version .. " times:" .. times .. " totalTimes:" .. totalTimes)
|
print("requestAddress -- loginCenterUrl:" .. loginCenterUrl .. " version:" .. version .. " times:" .. times .. " totalTimes:" .. totalTimes)
|
||||||
|
|
||||||
local args = {
|
local args = {
|
||||||
project_id = "b6",
|
project_id = "c1",
|
||||||
version = version,
|
version = version,
|
||||||
device_id = CS.UnityEngine.SystemInfo.deviceUniqueIdentifier,
|
device_id = CS.UnityEngine.SystemInfo.deviceUniqueIdentifier,
|
||||||
bundle_id = CS.UnityEngine.Application.identifier,
|
bundle_id = CS.UnityEngine.Application.identifier,
|
||||||
language = LANGUAGES[self.language] or "en_US",
|
language = LANGUAGES[self.language] or "zh_CN",
|
||||||
env = "release",
|
env = "release",
|
||||||
}
|
}
|
||||||
local platform = "Editor"
|
local platform = "Editor"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user