智慧保安后台管理-外网
Administrator
2022-06-13 bcf0c700deb379cf0bc4a85c3f384a948fdf2dec
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();
@@ -208,4 +210,12 @@
   public void FTPSecurityNumberBit(Map<String, Object> map) {
      FtpUtil.getSecurityNumberBit(map);
   }
   /**
    * 考试实操成绩推送内网导入
    * @param map
    */
   public void FTPObjectExamScore(Map<String, Object> map) {
      FtpUtil.objectFileUploadExamScore(map);
   }
}