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();