From b06daf8f2976e55475c6bd65aa45711c79446428 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 22 八月 2019 16:07:31 +0800
Subject: [PATCH] fix soApi.go
---
client.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/client.go b/client.go
index a644a6e..897ac64 100644
--- a/client.go
+++ b/client.go
@@ -13,7 +13,7 @@
DoDeleteRequest(url string, contentType string, body map[string]interface{}, headers map[string]string) ([]byte, error)
}
-var BASIC_URL = "http://192.168.1.11:8001"
+var BASIC_URL = "http://127.0.0.1:8001"
const (
DATA_URL_PREFIX = "/data/api-v"
--
Gitblit v1.8.0