diff --git a/business/freshfood/freshfood.go b/business/freshfood/freshfood.go index eb7b011ba..3a476b646 100644 --- a/business/freshfood/freshfood.go +++ b/business/freshfood/freshfood.go @@ -91,6 +91,7 @@ func (f *FreshFoodAPI) AccessFreshFood(apiStr string, params url.Values) error { // _, err := f.client.PostForm(fullURL, params) err = error(nil) f.sugarLogger.Debug(fullURL) + f.sugarLogger.Debug(params) if err == nil { break }