Authored by csgyoho

种草-完善

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