|
|
|
@ -26,7 +26,8 @@ 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 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 SZZX_USER_INSERT_API_URL="http://120.79.54.255:7899/api/user/synchronizationStudentInfoByCredit";
|
|
|
|
|
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";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -60,6 +61,11 @@ public class SubsystemUserUtil {
|
|
|
|
|
//MNJY系统新增用户信息
|
|
|
|
|
HttpUtil.sendPostRequest(SZZX_USER_INSERT_API_URL, json, "application/json");
|
|
|
|
|
}
|
|
|
|
|
//数字营销
|
|
|
|
|
if (applications.contains(SubsystemName.DIGITAL_MARKETING.getText())) {
|
|
|
|
|
//MNJY系统新增用户信息
|
|
|
|
|
HttpUtil.sendPostRequest(SZYX_USER_INSERT_API_URL, json, "application/json");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|