修改git.rosy.net.cn -> gitrosy.jxc4.com
This commit is contained in:
@@ -4,8 +4,8 @@ import (
|
||||
"bytes"
|
||||
"crypto/md5"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/platformapi"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"gitrosy.jxc4.com/baseapi/platformapi"
|
||||
"gitrosy.jxc4.com/baseapi/utils"
|
||||
"net/http"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"git.rosy.net.cn/baseapi/platformapi"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"gitrosy.jxc4.com/baseapi/platformapi"
|
||||
"gitrosy.jxc4.com/baseapi/utils"
|
||||
)
|
||||
|
||||
func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{}) (retVal map[string]interface{}, err error) {
|
||||
|
||||
@@ -4,7 +4,7 @@ package autonavi
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"gitrosy.jxc4.com/baseapi/utils"
|
||||
)
|
||||
|
||||
func TestGetCoordinateFromAddressByPage(t *testing.T) {
|
||||
|
||||
@@ -2,7 +2,7 @@ package autonavi
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"gitrosy.jxc4.com/baseapi/utils"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user