Compare commits

...

2 Commits

Author SHA1 Message Date
lmc 6bd755c81e Merge branch 'main' of http://39.101.199.1:8888/gongjiale/gangkou 2024-11-18 14:56:38 +08:00
lmc e2b09733cd ibm 对接提交 2024-11-18 14:56:14 +08:00
5 changed files with 400 additions and 329 deletions

View File

@ -214,6 +214,28 @@
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.15</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk15on</artifactId>
<version>1.69</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.69</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.69</version>
</dependency>
<!-- JAX-WS API --> <!-- JAX-WS API -->
<dependency> <dependency>
<groupId>javax.xml.ws</groupId> <groupId>javax.xml.ws</groupId>

View File

@ -6,10 +6,12 @@ import cn.zhxu.okhttps.HttpResult;
import cn.zhxu.okhttps.OkHttps; import cn.zhxu.okhttps.OkHttps;
import com.alibaba.fastjson2.JSONArray; import com.alibaba.fastjson2.JSONArray;
import com.alibaba.fastjson2.JSONObject; import com.alibaba.fastjson2.JSONObject;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.ruoyi.common.task.forest.MyTaskClient; import com.ruoyi.common.task.forest.MyTaskClient;
import com.ruoyi.common.utils.http.HttpUtils; import com.ruoyi.common.utils.http.HttpUtils;
import com.ruoyi.common.utils.sign.Md5Utils; import com.ruoyi.common.utils.sign.Md5Utils;
import com.ruoyi.project.oil.domain.monitor.ThDevice; import com.ruoyi.project.oil.domain.monitor.ThDevice;
import com.ruoyi.project.oil.mapper.ThDeviceMapper;
import com.ruoyi.project.outside.service.OutSideService; import com.ruoyi.project.outside.service.OutSideService;
import org.apache.http.client.HttpClient; import org.apache.http.client.HttpClient;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
@ -18,6 +20,7 @@ import org.springframework.stereotype.Component;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.HashMap; import java.util.HashMap;
import java.util.List;
@Component @Component
public class EquTask { public class EquTask {
@ -28,6 +31,8 @@ public class EquTask {
private MyTaskClient myClient; private MyTaskClient myClient;
@Autowired @Autowired
private OutSideService outSideService; private OutSideService outSideService;
@Autowired
private ThDeviceMapper thDeviceMapper;
/** /**
* 港口原有设备对接 * 港口原有设备对接
*/ */
@ -42,11 +47,9 @@ public class EquTask {
JSONObject tokenByJson = httpResult.getBody().toBean(JSONObject.class); JSONObject tokenByJson = httpResult.getBody().toBean(JSONObject.class);
JSONObject dataByJson = tokenByJson.getJSONObject("data"); JSONObject dataByJson = tokenByJson.getJSONObject("data");
String token = dataByJson.getString("token"); String token = dataByJson.getString("token");
ArrayList<ThDevice> equLists = new ArrayList<>(); //查询 数据库 获取 港口以前的 设备信息
ThDevice thDevice = new ThDevice(); ThDevice thDevice = new ThDevice();
thDevice.setSn("e75153fd53d243289057ffec33f36cb9"); thDevice.setDeptId(5l);
thDevice.setName("油气回收voc监测设备3#"); List<ThDevice> equLists = thDeviceMapper.selectDeviceList(thDevice);
equLists.add(thDevice);
equLists.forEach(e->{ equLists.forEach(e->{
HashMap<String, Object> map = new HashMap<>(); HashMap<String, Object> map = new HashMap<>();
@ -60,7 +63,12 @@ public class EquTask {
JSONObject vocByJson = result.getBody().toBean(JSONObject.class); JSONObject vocByJson = result.getBody().toBean(JSONObject.class);
JSONObject vocDataByJson = vocByJson.getJSONObject("data"); JSONObject vocDataByJson = vocByJson.getJSONObject("data");
JSONArray vocByArray = vocDataByJson.getJSONArray("array"); JSONArray vocByArray = vocDataByJson.getJSONArray("array");
System.out.println(vocByArray.toJSONString()); System.out.println(vocByArray.toString());
try {
Integer integer = outSideService.insertOldDeviceData(vocByArray.toJSONString());
} catch (JsonProcessingException jsonProcessingException) {
jsonProcessingException.printStackTrace();
}
}); });
} }

View File

@ -1,5 +1,6 @@
package com.ruoyi.common.wsdl; package com.ruoyi.common.wsdl;
import cn.hutool.core.lang.Console;
import cn.hutool.http.webservice.SoapClient; import cn.hutool.http.webservice.SoapClient;
@ -12,24 +13,24 @@ import javax.xml.soap.SOAPMessage;
*/ */
public class TestWsdl { public class TestWsdl {
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
// 创建SoapClient实例 wsdl协议请求地址:http://xxx.cn/services/GanSuInterface (去掉?wsdl)
SoapClient client = SoapClient.create("http://10.171.19.193:8080/dxpt/ws/shortMessageWs")
// 设置方法名和命名空间命名空间url:http://webservice.xxx.xxx 方法名:getSydwJsonList
// tns 命名空间targetNamespace没有命名空间时直接写方法名即可
.setMethod("tns:returnMassages", "http://service.cxf.com")
// 设置参数最后的false参数表示参数不加命名空间的前缀web
.setParam("in0", "afe9cff39173ff8901917a54c90e448d", false);
//获取SOAPMessage实例此步作用是输出请求的XML参数实际开发并不需要 // 新建客户端
SOAPMessage message = client.getMessage(); SoapClient client = SoapClient.create("http://www.webxml.com.cn/WebServices/IpAddressSearchWebService.asmx")
System.out.println(client.getMsgStr(true)); // 设置要请求的方法此接口方法前缀为web传入对应的命名空间
.setMethod("web:getCountryCityByIp", "http://WebXml.com.cn/")
// 设置参数此处自动添加方法的前缀web
.setParam("phone", "18437762352")
.setParam("msg", "1112121")
.setParam("dwdm", "SGJT-山港集团");
// 发送请求参数true表示返回一个格式化后的XML内容
// 返回内容为XML字符串可以配合XmlUtil解析这个响应
Console.log(client.send(true));
// 发送请求true表示输出的结果格式化处理
String send = client.send(true);
// Document document = DocumentHelper.parseText(send);
// Element root = document.getRootElement();
// String value = root.getStringValue();
System.out.println(send);
// System.out.println(value);
} }
} }

View File

@ -111,7 +111,8 @@ public class SecurityConfig
.authorizeHttpRequests((requests) -> { .authorizeHttpRequests((requests) -> {
permitAllUrl.getUrls().forEach(url -> requests.antMatchers(url).permitAll()); permitAllUrl.getUrls().forEach(url -> requests.antMatchers(url).permitAll());
// 对于登录login 注册register 验证码captchaImage 允许匿名访问 // 对于登录login 注册register 验证码captchaImage 允许匿名访问
requests.antMatchers("/login", "/register", "/captchaImage","/outside/*").permitAll() requests.antMatchers("/login","/bbc/**",
"/register", "/captchaImage","/outside/*").permitAll()
// 静态资源可匿名访问 // 静态资源可匿名访问
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll() .antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
.antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll() .antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll()

View File

@ -1,268 +1,307 @@
//package com.ruoyi.project.system.controller; package com.ruoyi.project.system.controller;
//
//
//import com.alibaba.fastjson2.JSON; import com.alibaba.fastjson2.JSON;
//import com.alibaba.fastjson2.JSONObject; import com.alibaba.fastjson2.JSONObject;
//import com.banboocloud.Codec.BamboocloudFacade; import com.banboocloud.Codec.BamboocloudFacade;
//import com.ruoyi.common.utils.reflect.ReflectUtils; import com.ruoyi.common.utils.reflect.ReflectUtils;
//import com.ruoyi.framework.web.controller.BaseController; import com.ruoyi.framework.web.controller.BaseController;
//import com.ruoyi.project.system.domain.SysUser; import com.ruoyi.project.system.domain.SysUser;
//import com.ruoyi.project.system.service.ISysDeptService; import com.ruoyi.project.system.service.ISysDeptService;
//import com.ruoyi.project.system.service.ISysPostService; import com.ruoyi.project.system.service.ISysPostService;
//import com.ruoyi.project.system.service.ISysRoleService; import com.ruoyi.project.system.service.ISysRoleService;
//import com.ruoyi.project.system.service.ISysUserService; import com.ruoyi.project.system.service.ISysUserService;
//import com.ruoyi.project.system.utils.BamboocloudUtils; import com.ruoyi.project.system.utils.BamboocloudUtils;
//
//import org.slf4j.Logger; import org.slf4j.Logger;
//import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
//import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.web.bind.annotation.PostMapping; import org.springframework.security.core.userdetails.User;
//import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.security.core.userdetails.UserDetails;
//import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.PostMapping;
//import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RequestMapping;
// import org.springframework.web.bind.annotation.ResponseBody;
//import javax.servlet.ServletException; import org.springframework.web.bind.annotation.RestController;
//import javax.servlet.http.HttpServletRequest;
//import javax.servlet.http.HttpServletResponse; import javax.servlet.ServletException;
//import java.io.BufferedReader; import javax.servlet.http.HttpServletRequest;
//import java.io.IOException; import javax.servlet.http.HttpServletResponse;
//import java.io.PrintWriter; import java.io.BufferedReader;
//import java.util.*; import java.io.IOException;
// import java.io.PrintWriter;
///** import java.util.*;
// * swagger 用户测试方法
// * 加密认证 /**
// * @author ruoyi * swagger 用户测试方法
// */ * 加密认证
// * @author ruoyi
//@RestController */
//@RequestMapping("/bbc/user")
//public class BbcController extends BaseController { @RestController
// @RequestMapping("/bbc/user")
// private String bimRequestId; public class BbcController extends BaseController {
//
// private static Logger logger = LoggerFactory.getLogger(ReflectUtils.class); private String bimRequestId;
//
// private static Logger logger = LoggerFactory.getLogger(ReflectUtils.class);
// @Autowired
// private ISysUserService userService;
// @Autowired
// @Autowired private ISysUserService userService;
// private ISysRoleService roleService;
// @Autowired
// @Autowired private ISysRoleService roleService;
// private ISysDeptService deptService;
// @Autowired
// @Autowired private ISysDeptService deptService;
// private ISysPostService postService;
// @Autowired
//// @ApiOperation("测试") private ISysPostService postService;
// @RequestMapping()
// public JSONObject bbcUser() { // @ApiOperation("测试")
// @RequestMapping()
// JSONObject jsonObject = new JSONObject(); public JSONObject bbcUser() {
// jsonObject.put("resultCode", "0");
// jsonObject.put("message", "success"); JSONObject jsonObject = new JSONObject();
// return jsonObject; jsonObject.put("resultCode", "0");
// jsonObject.put("message", "success");
// } return jsonObject;
//
//// @ApiOperation("对象属性字段查询") }
// @PostMapping("/schemaService")
// public String SchemaService(HttpServletRequest req, HttpServletResponse resp) { // @ApiOperation("对象属性字段查询")
// @PostMapping("/schemaService")
// JSONObject jsonObject = new JSONObject(); public String SchemaService(HttpServletRequest req, HttpServletResponse resp) {
//
// // StringBuilder sb = stringBuilder(req); JSONObject jsonObject = new JSONObject();
// String bodyparam= BamboocloudUtils.getRequestBody(req);
// logger.info("json--param-->" + bodyparam);
// // String bodyparam = sb.toString();
// //解密json字符传
// bodyparam = BamboocloudUtils.getPlaintext(bodyparam, "123456", "AES");
// logger.info("json--param-->" + bodyparam);
// Map<String, Object> reqmap = (Map<String, Object>) JSON.parse(bodyparam);
// //验证签名
// if (BamboocloudUtils.verify(reqmap, "MD5").booleanValue()) {
// String username = (String) reqmap.get("bimRemoteUser");
// String password = (String) reqmap.get("bimRemotePwd");
// //判断接口中的调用名及调用密码是否正确
// if (BamboocloudUtils.checkUsernamePassword(username, password)) {
//// //添加返回的对象及属性字段名
//// MapJson mapJson = new MapJson();
//// Map<String, List<Map<String, Object>>> map = new HashMap<>();
//// jsonObject.put("account", mapJson.accountList());
//// jsonObject.put("organization", mapJson.organizationList());
//// jsonObject.put("role", mapJson.roleList());
//// jsonObject.put("post", mapJson.postList());
//// jsonObject.put("dict", mapJson.dictDataList());
//// jsonObject.put("bimRequestId", reqmap.get("bimRequestId"));
// String mapJs = JSON.toJSONString(jsonObject);
// logger.info(jsonObject.toJSONString());
// //返回加密的json字符串
// mapJs = BamboocloudFacade.encrypt(mapJs, "123456", "AES");
// //jsonObject.put(map);
// //<Object> values = jsonObject.values();
// return mapJs;
// }
// }
// jsonObject.put("bimRequestId", bimRequestId);
// jsonObject.put("resultCode", "505");
// jsonObject.put("message", "连接失败,请检查连接器配置的参数");
// logger.info(jsonObject.toJSONString());
// String mapJs = JSON.toJSONString(jsonObject);
// //返回加密的json字符串
// mapJs = BamboocloudFacade.encrypt(mapJs, "123456", "AES");
// return mapJs;
// }
//
//// @ApiOperation("新增用户")
//// @ApiImplicitParam(name = "user", value = "新增用户信息", dataType = "User")
// @PostMapping("/UserCreateService")
// @ResponseBody
// public String userCreateService(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
//
// Map<String, Object> schema = new HashMap<String, Object>();
//
// JSONObject jsonObject = new JSONObject();
//
// StringBuilder sb = stringBuilder(req); // StringBuilder sb = stringBuilder(req);
// //修改多值的属性格式方便转换 String bodyparam= BamboocloudUtils.getRequestBody(req);
logger.info("json--param-->" + bodyparam);
// String bodyparam = sb.toString(); // String bodyparam = sb.toString();
// bodyparam = BamboocloudUtils.getPlaintext(bodyparam, "123456", "AES"); //解密json字符传
// String p = bodyparam; bodyparam = BamboocloudUtils.getPlaintext(bodyparam, "123456", "AES");
// String z = "[\""; logger.info("json--param-->" + bodyparam);
// String y = "\"]"; Map<String, Object> reqmap = (Map<String, Object>) JSON.parse(bodyparam);
// bodyparam.indexOf(z); //验证签名
// bodyparam.indexOf(y); if (BamboocloudUtils.verify(reqmap, "MD5").booleanValue()) {
// while (bodyparam.contains(z)) { String username = (String) reqmap.get("bimRemoteUser");
// p = bodyparam.substring(bodyparam.indexOf(z), bodyparam.indexOf(y) + 2).replace(z, "\"").replace(y, "\"").replace("\",\"", ","); String password = (String) reqmap.get("bimRemotePwd");
// bodyparam = bodyparam.substring(0, bodyparam.indexOf(z)) + p + bodyparam.substring(bodyparam.indexOf(y) + 2, bodyparam.length()); //判断接口中的调用名及调用密码是否正确
// } if (BamboocloudUtils.checkUsernamePassword(username, password)) {
// logger.info("json--param-->" + bodyparam); // //添加返回的对象及属性字段名
// Map<String, Object> reqmap = (Map<String, Object>) JSON.parse(bodyparam); // MapJson mapJson = new MapJson();
// String username = (String) reqmap.get("bimRemoteUser"); Map<String, List<Map<String, Object>>> map = new HashMap<>();
// String password = (String) reqmap.get("bimRemotePwd"); ArrayList<HashMap<String,Object>> accountList = new ArrayList<>();
// HashMap<String, Object> nameMap = new HashMap<>();
// if (BamboocloudUtils.checkUsernamePassword(username, password)) { nameMap.put("multivalued",false);
// /** nameMap.put("name","userName");
// * 新增用户 nameMap.put("required",true);
// */ nameMap.put("type","String");
// //获取用户创建所需的参数 HashMap<String, Object> passMap = new HashMap<>();
//// User user = createUpdateUser(reqmap); passMap.put("multivalued",false);
// SysUser user = new SysUser(); passMap.put("name","password");
// //用户创建 passMap.put("required",true);
// userService.insertUser(user); passMap.put("type","String");
// //获取返回给IAM连接器的唯一标识用于后续该条数据的更新修改删除 HashMap<String, Object> mobileMap = new HashMap<>();
// String uid = user.getUserId() + ""; mobileMap.put("multivalued",false);
// if (uid != null) { mobileMap.put("name","mobile");
// schema.put("uid", uid); mobileMap.put("required",true);
// schema.put("bimRequestId", reqmap.get("bimRequestId")); mobileMap.put("type","String");
// schema.put("resultCode", "0"); HashMap<String, Object> statusMap = new HashMap<>();
// schema.put("message", "success"); statusMap.put("multivalued",false);
// } else { statusMap.put("name","status");
// schema.put("bimRequestId", reqmap.get("bimRequestId")); statusMap.put("required",true);
// schema.put("resultCode", "500"); statusMap.put("type","String");
// schema.put("message", "账号创建失败"); accountList.add(nameMap);
// } accountList.add(passMap);
// String mapJson = JSON.toJSONString(schema); accountList.add(mobileMap);
// mapJson = BamboocloudFacade.encrypt(mapJson, "123456", "AES"); accountList.add(statusMap);
// return mapJson; jsonObject.put("account", accountList);
// } // jsonObject.put("organization", mapJson.organizationList());
// schema.put("bimRequestId", reqmap.get("bimRequestId")); // jsonObject.put("role", mapJson.roleList());
// schema.put("resultCode", "500"); // jsonObject.put("post", mapJson.postList());
// schema.put("message", "账号创建失败,请检查连接器配置的参数"); // jsonObject.put("dict", mapJson.dictDataList());
// String mapJson = JSON.toJSONString(schema); jsonObject.put("bimRequestId", reqmap.get("bimRequestId"));
// //返回加密的json字符串 String mapJs = JSON.toJSONString(jsonObject);
// mapJson = BamboocloudFacade.encrypt(mapJson, "123456", "AES"); logger.info(jsonObject.toJSONString());
// return mapJson; //返回加密的json字符串
// } mapJs = BamboocloudFacade.encrypt(mapJs, "123456", "AES");
// //jsonObject.put(map);
// //<Object> values = jsonObject.values();
//// @ApiOperation("修改用户") return mapJs;
//// @ApiImplicitParam(name = "user", value = "修改用户信息", dataType = "User") }
// @PostMapping("/UserUpdateService") }
// @ResponseBody jsonObject.put("bimRequestId", bimRequestId);
// public String userUpdateService(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { jsonObject.put("resultCode", "505");
// jsonObject.put("message", "连接失败,请检查连接器配置的参数");
// Map<String, Object> schema = new HashMap<String, Object>(); logger.info(jsonObject.toJSONString());
// String mapJs = JSON.toJSONString(jsonObject);
// JSONObject jsonObject = new JSONObject(); //返回加密的json字符串
// mapJs = BamboocloudFacade.encrypt(mapJs, "123456", "AES");
// StringBuilder sb = stringBuilder(req); return mapJs;
// }
// String bodyparam = sb.toString();
// // @ApiOperation("新增用户")
// bodyparam = BamboocloudUtils.getPlaintext(bodyparam, "123456", "AES"); // @ApiImplicitParam(name = "user", value = "新增用户信息", dataType = "User")
// //修改多值的属性格式方便转换 @PostMapping("/UserCreateService")
// String p = bodyparam; @ResponseBody
// String bdp = bodyparam; public String userCreateService(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
// String z = "[\"";
// String y = "\"]"; Map<String, Object> schema = new HashMap<String, Object>();
// bodyparam.indexOf(z);
// bodyparam.indexOf(y); JSONObject jsonObject = new JSONObject();
// while (bodyparam.contains(z)) {
// p = bodyparam.substring(bodyparam.indexOf(z), bodyparam.indexOf(y) + 2).replace(z, "\"").replace(y, "\"").replace("\",\"", ","); StringBuilder sb = stringBuilder(req);
// bodyparam = bodyparam.substring(0, bodyparam.indexOf(z)) + p + bodyparam.substring(bodyparam.indexOf(y) + 2, bodyparam.length()); //修改多值的属性格式方便转换
// } String bodyparam = sb.toString();
// logger.info("json--param-->" + bodyparam); bodyparam = BamboocloudUtils.getPlaintext(bodyparam, "123456", "AES");
// Map<String, Object> reqmap = (Map<String, Object>) JSON.parse(bodyparam); String p = bodyparam;
// String username = (String) reqmap.get("bimRemoteUser"); String z = "[\"";
// String password = (String) reqmap.get("bimRemotePwd"); String y = "\"]";
// if (BamboocloudUtils.checkUsernamePassword(username, password)) { bodyparam.indexOf(z);
// SysUser user = new SysUser(); bodyparam.indexOf(y);
// //获取用于更新的参数 while (bodyparam.contains(z)) {
//// user = createUpdateUser(reqmap); p = bodyparam.substring(bodyparam.indexOf(z), bodyparam.indexOf(y) + 2).replace(z, "\"").replace(y, "\"").replace("\",\"", ",");
// //获取用于更新的唯一标识 bodyparam = bodyparam.substring(0, bodyparam.indexOf(z)) + p + bodyparam.substring(bodyparam.indexOf(y) + 2, bodyparam.length());
// user.setUserId(Long.valueOf(String.valueOf(reqmap.get("bimUid")))); }
// //更新用户 logger.info("json--param-->" + bodyparam);
// userService.updateUser(user); Map<String, Object> reqmap = (Map<String, Object>) JSON.parse(bodyparam);
// schema.put("bimRequestId", reqmap.get("bimRequestId")); String username = (String) reqmap.get("bimRemoteUser");
// schema.put("resultCode", "0"); String password = (String) reqmap.get("bimRemotePwd");
// schema.put("message", "success");
// String mapJson = JSON.toJSONString(schema); if (BamboocloudUtils.checkUsernamePassword(username, password)) {
// mapJson = BamboocloudFacade.encrypt(mapJson, "123456", "AES"); /**
// logger.info("response----->" + schema); * 新增用户
// return mapJson; */
// } //获取用户创建所需的参数
// schema.put("bimRequestId", reqmap.get("bimRequestId")); // User user = createUpdateUser(reqmap);
// schema.put("resultCode", "500"); String userName = (String) reqmap.get("userName");
// schema.put("message", "账号更新失败,请检查连接器配置的参数"); String pass = (String) reqmap.get("password");
// String mapJson = JSON.toJSONString(schema);
// mapJson = BamboocloudFacade.encrypt(mapJson, "123456", "AES"); logger.info("reqmap---------->"+reqmap);
// logger.info("response----->" + schema); SysUser user = new SysUser();
// return mapJson; user.setUserName(userName);
// } user.setPassword(pass);
// //用户创建
// userService.registerUser(user);
// public StringBuilder stringBuilder(HttpServletRequest req) { //获取返回给IAM连接器的唯一标识用于后续该条数据的更新修改删除
// BufferedReader br = null; String uid = user.getUserId() + "";
// StringBuilder sb = new StringBuilder(); if (uid != null) {
// String str = ""; schema.put("uid", uid);
// try { schema.put("bimRequestId", reqmap.get("bimRequestId"));
// br = req.getReader(); schema.put("resultCode", "0");
// while ((str = br.readLine()) != null) { schema.put("message", "success");
// sb.append(str); } else {
// } schema.put("bimRequestId", reqmap.get("bimRequestId"));
// br.close(); schema.put("resultCode", "500");
// } catch (IOException e) { schema.put("message", "账号创建失败");
// e.printStackTrace(); }
// if (br != null) String mapJson = JSON.toJSONString(schema);
// try { mapJson = BamboocloudFacade.encrypt(mapJson, "123456", "AES");
// br.close(); return mapJson;
// } catch (IOException eo) { }
// eo.printStackTrace(); schema.put("bimRequestId", reqmap.get("bimRequestId"));
// } schema.put("resultCode", "500");
// } finally { schema.put("message", "账号创建失败,请检查连接器配置的参数");
// if (br != null) { String mapJson = JSON.toJSONString(schema);
// try { //返回加密的json字符串
// br.close(); mapJson = BamboocloudFacade.encrypt(mapJson, "123456", "AES");
// } catch (IOException e) { return mapJson;
// e.printStackTrace(); }
// }
// }
// } // @ApiOperation("修改用户")
// return sb; // @ApiImplicitParam(name = "user", value = "修改用户信息", dataType = "User")
// } @PostMapping("/UserUpdateService")
// @ResponseBody
//} public String userUpdateService(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
//
Map<String, Object> schema = new HashMap<String, Object>();
JSONObject jsonObject = new JSONObject();
StringBuilder sb = stringBuilder(req);
String bodyparam = sb.toString();
bodyparam = BamboocloudUtils.getPlaintext(bodyparam, "123456", "AES");
//修改多值的属性格式方便转换
String p = bodyparam;
String bdp = bodyparam;
String z = "[\"";
String y = "\"]";
bodyparam.indexOf(z);
bodyparam.indexOf(y);
while (bodyparam.contains(z)) {
p = bodyparam.substring(bodyparam.indexOf(z), bodyparam.indexOf(y) + 2).replace(z, "\"").replace(y, "\"").replace("\",\"", ",");
bodyparam = bodyparam.substring(0, bodyparam.indexOf(z)) + p + bodyparam.substring(bodyparam.indexOf(y) + 2, bodyparam.length());
}
logger.info("json--param-->" + bodyparam);
Map<String, Object> reqmap = (Map<String, Object>) JSON.parse(bodyparam);
String username = (String) reqmap.get("bimRemoteUser");
String password = (String) reqmap.get("bimRemotePwd");
if (BamboocloudUtils.checkUsernamePassword(username, password)) {
SysUser user = new SysUser();
//获取用于更新的参数
// user = createUpdateUser(reqmap);
String userName = (String) reqmap.get("userName");
String pass = (String) reqmap.get("password");
logger.info("reqmap---------->"+reqmap);
user.setUserName(userName);
user.setPassword(pass);
//获取用于更新的唯一标识
user.setUserId(Long.valueOf(String.valueOf(reqmap.get("bimUid"))));
//更新用户
userService.updateUserStatus(user);
schema.put("bimRequestId", reqmap.get("bimRequestId"));
schema.put("resultCode", "0");
schema.put("message", "success");
String mapJson = JSON.toJSONString(schema);
mapJson = BamboocloudFacade.encrypt(mapJson, "123456", "AES");
logger.info("response----->" + schema);
return mapJson;
}
schema.put("bimRequestId", reqmap.get("bimRequestId"));
schema.put("resultCode", "500");
schema.put("message", "账号更新失败,请检查连接器配置的参数");
String mapJson = JSON.toJSONString(schema);
mapJson = BamboocloudFacade.encrypt(mapJson, "123456", "AES");
logger.info("response----->" + schema);
return mapJson;
}
public StringBuilder stringBuilder(HttpServletRequest req) {
BufferedReader br = null;
StringBuilder sb = new StringBuilder();
String str = "";
try {
br = req.getReader();
while ((str = br.readLine()) != null) {
sb.append(str);
}
br.close();
} catch (IOException e) {
e.printStackTrace();
if (br != null)
try {
br.close();
} catch (IOException eo) {
eo.printStackTrace();
}
} finally {
if (br != null) {
try {
br.close();
} catch (IOException e) {
e.printStackTrace();
}
}
}
return sb;
}
}