少年修仙传客户端代码仓库
hch
2020-09-10 d3e78740a3b8445802996b4f6dd4d810a9cba9d9
0312 改secondworld地址
1个文件已修改
2 ■■■ 已修改文件
System/Welfare/AwardExchangeWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Welfare/AwardExchangeWin.cs
@@ -9,7 +9,7 @@
    {
        [SerializeField] InputField input;
        [SerializeField] Button receiveBtn;
        const string exchangeUrl = "http://center.2460web.com:53003/Coupon/CouponCode.php?";
        const string exchangeUrl = "http://center.secondworld.net.cn:53003/Coupon/CouponCode.php?";
        bool isCool = false;
        float time = 0;
        protected override void BindController()