少年修仙传客户端代码仓库
hch
2024-05-14 51b0037c91e0fe3c9dc19c86ef069303cb6d8240
0312 新域名
6个文件已修改
16 ■■■■ 已修改文件
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 | 历史
System/Chat/ChatCenter.cs
@@ -384,7 +384,7 @@
            }
        }
        const string downloadUrl = "http://{0}.voice.vncenter.tuyetvn.com:53001/voice/download";
        const string downloadUrl = "http://{0}.voice.vncenter.daojmengxvn.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}.voice.vncenter.tuyetvn.com:53001/voice/upload";
    const string uploadUrl = "http://{0}.voice.vncenter.daojmengxvn.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.tuyetvn.com:11000/center/appversion_new.php/?"};
        "http://vncenter.daojmengxvn.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.tuyetvn.com:11000/center/server_list.php/?" };
    public static readonly string[] JUMP_URL = new string[] { "http://vncenter.daojmengxvn.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.tuyetvn.com:53003/Coupon/CouponCode.php?";
        const string exchangeUrl = "http://vncenter.daojmengxvn.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.tuyetvn.com:11000/event_receiver?";
    const string url = "http://vncenter.daojmengxvn.com:11000/event_receiver?";
    public void RecordLauchEvent(int _step)
    {
@@ -110,7 +110,7 @@
    }
    const string bugReportUrl = "http://vncenter.tuyetvn.com:11000/center/eventreport.php?";
    const string bugReportUrl = "http://vncenter.daojmengxvn.com:11000/center/eventreport.php?";
    public void BugReport(string _title, string _content)
    {
@@ -143,7 +143,7 @@
    }
    const string chatReportUrl = "http://vncenter.tuyetvn.com:11000/center/eventreport.php?";
    const string chatReportUrl = "http://vncenter.daojmengxvn.com:11000/center/eventreport.php?";
    public void ChatReport(string content, string channelName, string toPlayer, ChatInfoType chatType)
    {
#if !UNITY_EDITOR