diff --git a/BBWYB.Client/Views/WebB/WebB.xaml.cs b/BBWYB.Client/Views/WebB/WebB.xaml.cs index 336db84..c47178a 100644 --- a/BBWYB.Client/Views/WebB/WebB.xaml.cs +++ b/BBWYB.Client/Views/WebB/WebB.xaml.cs @@ -67,7 +67,7 @@ namespace BBWYB.Client.Views.WebB } #if DEBUG - var url = "http://192.168.1.2:8080"; + var url = "http://192.168.1.8:8080"; //var url = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "s.html"); #else var url = "http://qtbbwy.qiyue666.com"; diff --git a/WebTest/GlobalContext.cs b/WebTest/GlobalContext.cs index f8b1d1b..dc18748 100644 --- a/WebTest/GlobalContext.cs +++ b/WebTest/GlobalContext.cs @@ -22,5 +22,10 @@ namespace WebTest { return JsonConvert.SerializeObject(User); } + + public string GetClientApiVersion() + { + return "10123"; + } } } \ No newline at end of file