智慧保安后台管理-外网
Administrator
2022-06-10 b403ba0d0c43bd02456e6f830d7aec06f0b6885b
src/main/java/org/springblade/modules/system/service/MyAsyncService.java
@@ -44,6 +44,7 @@
      JSONObject jsonObject = JSONObject.fromObject(userDTO);
      //发送请求
      try {
         System.out.println("发起异步推送qfqk----用户新增");
         HttpClientUtils.httpPostWithjson(requestUrl,jsonObject.toString());
         System.out.println("用户新增请求已发送....");
      } catch (IOException e) {
@@ -72,6 +73,7 @@
      JSONObject jsonObject = JSONObject.fromObject(userDTO);
      //发送请求
      try {
         System.out.println("发起异步推送qfqk----用户更新");
         HttpClientUtils.httpPostWithjson(requestUrl,jsonObject.toString());
      } catch (IOException e) {
         e.printStackTrace();