|
@@ -16,7 +16,7 @@ public class HttpTool : MonoSingleton<HttpTool>
|
|
|
{
|
|
|
|
|
|
|
|
|
- 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>();
|
|
|
void Awake()
|