Authored by csgyoho

种草-完善

@@ -210,6 +210,7 @@ public class GrassGoodsServiceImpl implements IGrassGoodsService{ @@ -210,6 +210,7 @@ public class GrassGoodsServiceImpl implements IGrassGoodsService{
210 } 210 }
211 reqMap.put("page",page); 211 reqMap.put("page",page);
212 try { 212 try {
  213 + logger.info("before searchProduct#yohosearch.search,param is {},url is {}",reqMap,url);
213 String responseStr=serviceCaller.get("yohosearch.search", url, reqMap, String.class, null).get(); 214 String responseStr=serviceCaller.get("yohosearch.search", url, reqMap, String.class, null).get();
214 logger.info("searchProduct#yohosearch.search result is {},param is {},url is {}",responseStr,reqMap,url); 215 logger.info("searchProduct#yohosearch.search result is {},param is {},url is {}",responseStr,reqMap,url);
215 JSONObject responseObj = JSONObject.parseObject(responseStr); 216 JSONObject responseObj = JSONObject.parseObject(responseStr);