From f954a6f72c67394fd25300f92f386e10b03449b5 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 19 Jun 2018 14:17:25 +0800 Subject: [PATCH] - debug msg in freshfood.AccessFreshFood. --- business/freshfood/freshfood.go | 1 + 1 file changed, 1 insertion(+) 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 }