Ver código fonte

修改url , http

蓝色星空 1 ano atrás
pai
commit
7349ca6af7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Assets/Scripts/Net/HttpTool.cs

+ 1 - 1
Assets/Scripts/Net/HttpTool.cs

@@ -16,7 +16,7 @@ public class HttpTool : MonoSingleton<HttpTool>
 {
 
   //  private string baseUrl = "http://office.ghz-tech.com:3425/guideSystem";
-    private string baseUrl = "https://office.ghz-tech.com:9904/api";
+    private string baseUrl = "http://office.ghz-tech.com:9904/api";
     private string token = "";
     Dictionary<string, string> requestHeader = new Dictionary<string, string>();  //  header
     void Awake()