Showing
1 changed file
with
1 additions
and
1 deletions
@@ -261,7 +261,7 @@ public class GrassUserVirtualImpl implements IGrassVirtualService{ | @@ -261,7 +261,7 @@ public class GrassUserVirtualImpl implements IGrassVirtualService{ | ||
261 | private void sendMessage(List<GrassInBoxAddReq> reqList) { | 261 | private void sendMessage(List<GrassInBoxAddReq> reqList) { |
262 | //(调sns接口,批量发送站内信) | 262 | //(调sns接口,批量发送站内信) |
263 | try{ | 263 | try{ |
264 | - String url = apiUrl + "/grass/addBatchInBoxNew"; | 264 | + String url = apiUrl + "/guang/api/addBatchInBoxNew?client_type=h5"; |
265 | logger.info("before addBatchInBoxNew, url is: {}, req is {}", url, reqList); | 265 | logger.info("before addBatchInBoxNew, url is: {}, req is {}", url, reqList); |
266 | serviceCaller.post("gateway.addBatchInBoxNew", url, reqList, String.class, null); | 266 | serviceCaller.post("gateway.addBatchInBoxNew", url, reqList, String.class, null); |
267 | }catch (Exception e){ | 267 | }catch (Exception e){ |
-
Please register or login to post a comment