- debug msg in freshfood.AccessFreshFood.

This commit is contained in:
gazebo
2018-06-19 14:17:25 +08:00
parent 18109a35d0
commit f954a6f72c

View File

@@ -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
}