|
|
@ -26,6 +26,7 @@ public class SubsystemUserUtil {
|
|
|
|
private static final String SZJJ_USER_INSERT_API_URL="http://112.74.160.81:9909/api/user/synchronizationStudentInfoByAuto";
|
|
|
|
private static final String SZJJ_USER_INSERT_API_URL="http://112.74.160.81:9909/api/user/synchronizationStudentInfoByAuto";
|
|
|
|
private static final String QKL_USER_INSERT_API_URL="http://120.79.54.255:8800/account/checkOrCreateForexSimulationUser";
|
|
|
|
private static final String QKL_USER_INSERT_API_URL="http://120.79.54.255:8800/account/checkOrCreateForexSimulationUser";
|
|
|
|
private static final String JRDSJ_USER_INSERT_API_URL="http://120.78.220.29:8838/tea/user/checkOrCreateForexSimulationUser";
|
|
|
|
private static final String JRDSJ_USER_INSERT_API_URL="http://120.78.220.29:8838/tea/user/checkOrCreateForexSimulationUser";
|
|
|
|
|
|
|
|
private static final String SZZX_USER_INSERT_API_URL="http://120.79.54.255:7899/api/user/synchronizationStudentInfoByCredit";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -55,6 +56,10 @@ public class SubsystemUserUtil {
|
|
|
|
//MNJY系统新增用户信息
|
|
|
|
//MNJY系统新增用户信息
|
|
|
|
HttpUtil.sendPostRequest(JRDSJ_USER_INSERT_API_URL, json, "application/json");
|
|
|
|
HttpUtil.sendPostRequest(JRDSJ_USER_INSERT_API_URL, json, "application/json");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (applications.contains(SubsystemName.CREDIT_RATING_AGENCIES.getText())) {
|
|
|
|
|
|
|
|
//MNJY系统新增用户信息
|
|
|
|
|
|
|
|
HttpUtil.sendPostRequest(SZZX_USER_INSERT_API_URL, json, "application/json");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|