Commit 8073a06d8371738086e20d22b1c17b5baa909aab

Authored by liquanyu
1 parent d2bcf36445

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/MessageCenterService.java View file @ 8073a06
... ... @@ -57,7 +57,7 @@
57 57 String json = "";
58 58 try{
59 59 json = JsonUtil.obj2Str(list);
60   - String result = HttpRequest.sendPost(CENTER_BASE_URL, json, CENTER_TOKEN);
  60 + String result = HttpRequest.sendPost(CENTER_BASE_URL+"saveCreatedSMS", json, CENTER_TOKEN);
61 61 if (StringUtils.isNotEmpty(result))
62 62 {
63 63 Map<String,Integer> map = JsonUtil.str2Obj(result, Map.class);