Authored by csgyoho

grass-inboxadd

@@ -182,7 +182,7 @@ public class GrassArticleCommentServiceImpl implements IGrassArticleCommentServi @@ -182,7 +182,7 @@ public class GrassArticleCommentServiceImpl implements IGrassArticleCommentServi
182 } 182 }
183 try{ 183 try{
184 logger.info("before gateway.addBatchGrassInBox.addReqList size is {}",addReqList.size()); 184 logger.info("before gateway.addBatchGrassInBox.addReqList size is {}",addReqList.size());
185 - String url = apiUrl + "/?method=app.grass.addBatchInBox&client_type=h5"; 185 + String url = apiUrl + "/guang/api/addBatchInBox/?client_type=h5";
186 serviceCaller.post("gateway.addBatchGrassInBox", url, addReqList, String.class, null); 186 serviceCaller.post("gateway.addBatchGrassInBox", url, addReqList, String.class, null);
187 }catch (Exception e){ 187 }catch (Exception e){
188 logger.info("failed addBatchInBox, error is {}", e); 188 logger.info("failed addBatchInBox, error is {}", e);