From b5daacf94195cd67278b76b545a7b3fc3056fadb Mon Sep 17 00:00:00 2001 From: puxuan <413323644@qq.com> Date: Mon, 1 Sep 2025 16:35:26 +0800 Subject: [PATCH] . --- lua/app/first/first.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/app/first/first.lua b/lua/app/first/first.lua index e0a73e97..dbc00800 100644 --- a/lua/app/first/first.lua +++ b/lua/app/first/first.lua @@ -442,11 +442,11 @@ function First:requestAddress(callback, times, totalTimes) print("requestAddress -- loginCenterUrl:" .. loginCenterUrl .. " version:" .. version .. " times:" .. times .. " totalTimes:" .. totalTimes) local args = { - project_id = "b6", + project_id = "c1", version = version, device_id = CS.UnityEngine.SystemInfo.deviceUniqueIdentifier, bundle_id = CS.UnityEngine.Application.identifier, - language = LANGUAGES[self.language] or "en_US", + language = LANGUAGES[self.language] or "zh_CN", env = "release", } local platform = "Editor"