- elm and weixin token refresh.
This commit is contained in:
@@ -84,7 +84,7 @@ func TestGenerateURL(t *testing.T) {
|
||||
params["key"] = "v"
|
||||
params["key2"] = "v2"
|
||||
|
||||
fullURL := generateURL(prodURL, "address/allcities", params)
|
||||
fullURL := utils.GenerateGetURL(prodURL, "address/allcities", params)
|
||||
|
||||
response, err := http.Get(fullURL)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user