于正洋 4 年之前
父节点
当前提交
6f1e121c06
共有 1 个文件被更改,包括 10 次插入3 次删除
  1. 10 3
      Azylee.Utils/Tests/Test.YeahWeb/Program.cs

+ 10 - 3
Azylee.Utils/Tests/Test.YeahWeb/Program.cs

@@ -1,6 +1,7 @@
 using Azylee.Core.LogUtils.SimpleLogUtils;
 using Azylee.Core.LogUtils.SimpleLogUtils;
 using Azylee.Jsons;
 using Azylee.Jsons;
 using Azylee.YeahWeb.BaiDuWebAPI.dwz;
 using Azylee.YeahWeb.BaiDuWebAPI.dwz;
+using Azylee.YeahWeb.BaiDuWebAPI.IPLocationAPI;
 using System;
 using System;
 
 
 namespace Test.YeahWeb
 namespace Test.YeahWeb
@@ -9,20 +10,26 @@ namespace Test.YeahWeb
     {
     {
         static void Main(string[] args)
         static void Main(string[] args)
         {
         {
-            Log log = new Log(true,LogLevel.All,LogLevel.All);
+            //Log log = new Log(true,LogLevel.All,LogLevel.All);
 
 
 
 
 
 
 
 
 
 
+            var s = IPLocationTool.GetLocation();
+            if (s != null)
+            {
 
 
+            }
 
 
 
 
 
 
 
 
 
 
-            var rs = DwzTool.Create("", "http://www.baidu.com");
-            Console.WriteLine(Json.Object2String(rs));
+            //var rs = DwzTool.Create("", "http://www.baidu.com");
+            //Console.WriteLine(Json.Object2String(rs));
+
+
             //PictureScener.GetInfo(1107006764,(int)TimeStampTool.Get(), "",);
             //PictureScener.GetInfo(1107006764,(int)TimeStampTool.Get(), "",);
 
 
             //if (GPSConverter.DeviceGPSToBaiduGPS("", 120.379235583333, 36.19172925, out double x, out double y))
             //if (GPSConverter.DeviceGPSToBaiduGPS("", 120.379235583333, 36.19172925, out double x, out double y))