Skip to content

Commit c0e0d05

Browse files
committed
new hostname
1 parent 1458e4c commit c0e0d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Others/Script/SupportPhoneStat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class StatRsp
2323

2424
public class SupportPhoneStat : MonoBehaviour
2525
{
26-
static readonly string HOST = "http://noodle1983.gz01.bdysite.com";
26+
static readonly string HOST = "http://unitypatchdemo.noodle1983.cn";
2727
static SupportPhoneStat instance;
2828

2929
public delegate void OnResponse(StatRsp rsp);

0 commit comments

Comments
 (0)