少年修仙传客户端代码仓库
hch
2025-06-05 97e422e1b77a800ad95a59d7d05bf6ca12a3f11a
0312 越南第三次Google提审- 替换域名
7个文件已修改
18 ■■■■ 已修改文件
Core/SDK/ynmbxxjUtil.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Chat/ChatCenter.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Chat/VoiceHttpRequest.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/ClientVersion/VersionUtility.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Login/ServerListCenter.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Welfare/AwardExchangeWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/OperationLogCollect.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/SDK/ynmbxxjUtil.cs
@@ -1179,7 +1179,7 @@
        m_Json["createTime"] = TimeUtility.CreateSeconds.ToString();
        m_Json["familyID"] = PlayerDatas.Instance.baseData.FamilyId.ToString();
        m_Json["fightPower"] = PlayerDatas.Instance.baseData.FightPoint.ToString();
        m_Json["callback"] = "Pxrv%3A%3EW%3BUfIA8%25b%2Af4P%239mC%3F._wKT%3BmGQXd01%7BGl%2F1n%20QS%24dzR%21%5EH%21u_%3AO%40%243Myq";
        m_Json["callback"] = "Pxrv%3A%3EW%3B%2A%2Az%2AX%28%21%20eYX%2Fjnr%5E%60kE%7B9WaA9%26%26VO0%604-3~sLc%7DBG%60f%2ACx8%2AIoAwaF7f%60%28";
#if UNITY_IOS
        m_Json["identifier"] = VersionConfig.Get().bundleIdentifier;
System/Chat/ChatCenter.cs
@@ -384,7 +384,7 @@
            }
        }
        const string downloadUrl = "http://{0}.vncenter.daojmengxvn.com:53001/voice/download";
        const string downloadUrl = "http://{0}.hyvncenter.yuxiangshcn.com:53001/voice/download";
        private void SendSpeech(byte[] encode, long _tick, bool clientBan)
        {
            if (IsChatBanned || clientBan)
System/Chat/VoiceHttpRequest.cs
@@ -8,7 +8,7 @@
public class VoiceHttpRequest : SingletonMonobehaviour<VoiceHttpRequest>
{
    const string uploadUrl = "http://{0}.vncenter.daojmengxvn.com:53001/voice/upload";
    const string uploadUrl = "http://{0}.hyvncenter.yuxiangshcn.com:53001/voice/upload";
    public Queue<VoiceHttp> speechs = new Queue<VoiceHttp>();
System/ClientVersion/VersionUtility.cs
@@ -17,7 +17,7 @@
public class VersionUtility : Singleton<VersionUtility>
{
    public static readonly string[] VERSION_URL = new string[] {
        "http://vncenter.daojmengxvn.com:11000/center/appversion_new.php/?"};
        "http://hyvncenter.yuxiangshcn.com:11000/center/appversion_new.php/?"};
    public string androidRoot { get { return StringUtility.Contact(ynmbxxjUtil.Instance.DeviceRootPath, "/", VersionConfig.Get().bundleIdentifier); } }
System/Login/ServerListCenter.cs
@@ -10,7 +10,7 @@
public class ServerListCenter : Singleton<ServerListCenter>
{
    public static readonly string[] JUMP_URL = new string[] { "http://vncenter.daojmengxvn.com:11000/center/server_list.php/?" };
    public static readonly string[] JUMP_URL = new string[] { "http://hyvncenter.yuxiangshcn.com:11000/center/server_list.php/?" };
    public static string SERVERLIST_URL_COMMON = "";
    public static string SERVERLIST_URL_PLAYER = "";
System/Welfare/AwardExchangeWin.cs
@@ -9,7 +9,7 @@
    {
        [SerializeField] InputField input;
        [SerializeField] Button receiveBtn;
        const string exchangeUrl = "http://vncenter.daojmengxvn.com:53003/Coupon/CouponCode.php?";
        const string exchangeUrl = "http://hyvncenter.yuxiangshcn.com:53003/Coupon/CouponCode.php?";
        bool isCool = false;
        float time = 0;
        protected override void BindController()
Utility/OperationLogCollect.cs
@@ -9,7 +9,7 @@
public class OperationLogCollect : Singleton<OperationLogCollect>
{
    const string url = "http://vncenter.daojmengxvn.com:11000/event_receiver?";
    const string url = "http://hyvncenter.yuxiangshcn.com:11000/event_receiver?";
    public void RecordLauchEvent(int _step)
    {
@@ -110,7 +110,7 @@
    }
    const string bugReportUrl = "http://vncenter.daojmengxvn.com:11000/center/eventreport.php?";
    const string bugReportUrl = "http://hyvncenter.yuxiangshcn.com:11000/center/eventreport.php?";
    public void BugReport(string _title, string _content)
    {
@@ -185,7 +185,7 @@
    }
    const string chatReportUrl = "http://vncenter.daojmengxvn.com:11000/center/eventreport.php?";
    const string chatReportUrl = "http://hyvncenter.yuxiangshcn.com:11000/center/eventreport.php?";
    public void ChatReport(string content, string channelName, string toPlayer, ChatInfoType chatType)
    {
#if !UNITY_EDITOR