Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
4bb63c0fb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/csbhttp/httpcaller.go

+ 1 - 1
utils/csbhttp/httpcaller.go View File

@@ -128,7 +128,7 @@ func parseUrlParamsMap(reqUrl string) (params map[string]string, err *HttpCaller
128 128
 */
129 129
 func signParams(params map[string]string, api string, version string, ak string, sk string) (headMaps map[string]string) {
130 130
 	headMaps = make(map[string]string)
131
-
131
+	fmt.Println("sk=" + sk)
132 132
 	params[API_NAME_KEY] = api
133 133
 	headMaps[API_NAME_KEY] = api
134 134