|
|
|
@ -1,5 +1,7 @@
|
|
|
|
|
package com.ibeetl.jlw.util;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.http.HttpRequest;
|
|
|
|
|
import cn.hutool.http.HttpResponse;
|
|
|
|
|
import com.fasterxml.jackson.core.JsonProcessingException;
|
|
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
|
|
import com.ibeetl.admin.core.util.user.ZYUserInfo;
|
|
|
|
@ -28,8 +30,7 @@ public class SubsystemUserUtil {
|
|
|
|
|
private static final String SZZX_USER_INSERT_API_URL="https://120.79.54.255:7899/api/user/synchronizationStudentInfoByCredit";
|
|
|
|
|
private static final String SZYX_USER_INSERT_API_URL="https://120.79.54.255:9868/api/user/synchronizationStudentInfoByAuto";
|
|
|
|
|
private static final String JRDSJ_USER_INSERT_API_URL="http://120.78.220.29:9988/tea/user/checkOrCreateForexSimulationUser";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private static final String QUL_ADMIN_PERMISSION_URL="https://qkljr.sztzjy.com:89/api/admin/permissions/getAdminModulePermissionsControl?limit=1&page=10";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -62,6 +63,8 @@ public class SubsystemUserUtil {
|
|
|
|
|
if (applications.contains(SubsystemName.BLOCKCHAIN_TECHNOLOGY.getText())) {
|
|
|
|
|
//MNJY系统新增用户信息
|
|
|
|
|
HttpUtil.sendPostRequest(QKL_USER_INSERT_API_URL, json, "application/json");
|
|
|
|
|
//区块链超管端同步开启相关权限接口
|
|
|
|
|
cn.hutool.http.HttpUtil.createGet(QUL_ADMIN_PERMISSION_URL).execute();
|
|
|
|
|
}
|
|
|
|
|
if (applications.contains(SubsystemName.FINANCIAL_BIGDATA.getText())) {
|
|
|
|
|
//金融大数据系统新增用户信息
|
|
|
|
|