From 1ab047b5fdd933c38ba0519ec2e83a44512ea8d7 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 26 三月 2026 17:46:11 +0800
Subject: [PATCH] webgl代码合并 1
---
Main/System/PlayerProfile/ExchangeCodeWin.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Main/System/PlayerProfile/ExchangeCodeWin.cs b/Main/System/PlayerProfile/ExchangeCodeWin.cs
index 3fe08b3..17e1f1f 100644
--- a/Main/System/PlayerProfile/ExchangeCodeWin.cs
+++ b/Main/System/PlayerProfile/ExchangeCodeWin.cs
@@ -6,7 +6,7 @@
{
[SerializeField] InputField input;
[SerializeField] Button receiveBtn;
- const string exchangeUrl = "http://xssgcenter.secondworld.net.cn:53003/Coupon/CouponCode.php?";
+ const string exchangeUrl = "http://gamecenter.secondworld.net.cn:53003/Coupon/CouponCode.php?";
bool isCool = false;
float time = 0;
@@ -61,7 +61,7 @@
{
isCool = true;
var tables = new Dictionary<string, string>();
- tables["channel"] = VersionConfig.Get().appId;
+ tables["channel"] = VersionConfig.config.appId;
tables["code"] = passward;
#if UNITY_EDITOR
tables["accid"] = LoginManager.Instance.accountBuf;
@@ -71,7 +71,7 @@
#endif
tables["sid"] = ServerListCenter.Instance.currentServer.region_flag.ToString();
tables["pushurl"] = ServerListCenter.Instance.currentServer.region_domain;
- tables["spid"] = VersionConfig.Get().SpID;
+ tables["spid"] = VersionConfig.config.SpID;
tables["roleid"] = UIHelper.ServerStringTrim(PlayerDatas.Instance.baseData.PlayerName);
tables["level"] = PlayerDatas.Instance.baseData.LV.ToString();
tables["viplevel"] = PlayerDatas.Instance.baseData.VIPLv.ToString();
--
Gitblit v1.8.0