去掉fmt.Println
This commit is contained in:
@@ -207,7 +207,7 @@ func (a *API) AccessStorePage2(fullURL string, params map[string]interface{}, is
|
||||
fw.Write(imgData.([]byte))
|
||||
}
|
||||
for k, v := range params {
|
||||
fmt.Println(k, " ", v)
|
||||
// baseapi.SugarLogger.Debug(k, " ", v)
|
||||
w.WriteField(k, url.QueryEscape(fmt.Sprint(v)))
|
||||
}
|
||||
w.Close()
|
||||
|
||||
@@ -143,7 +143,7 @@ func (a *API) AccessAPI2(cmd string, isGet bool, bizParams map[string]interface{
|
||||
fw.Write(imgData.([]byte))
|
||||
}
|
||||
for k, v := range params {
|
||||
fmt.Println(k, " ", v)
|
||||
// baseapi.SugarLogger.Debug(k, " ", v)
|
||||
w.WriteField(k, url.QueryEscape(fmt.Sprint(v)))
|
||||
}
|
||||
w.Close()
|
||||
|
||||
Reference in New Issue
Block a user