We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1458e4c commit c0e0d05Copy full SHA for c0e0d05
Assets/Others/Script/SupportPhoneStat.cs
@@ -23,7 +23,7 @@ public class StatRsp
23
24
public class SupportPhoneStat : MonoBehaviour
25
{
26
- static readonly string HOST = "http://noodle1983.gz01.bdysite.com";
+ static readonly string HOST = "http://unitypatchdemo.noodle1983.cn";
27
static SupportPhoneStat instance;
28
29
public delegate void OnResponse(StatRsp rsp);
0 commit comments