添加数字营销同步用户数据

beetlsql3-dev
whb
parent fed9610fac
commit 0c5d3e3b5a

@ -35,6 +35,7 @@ public enum SubsystemName {
CSRC("证监会、银保监会、行业协会"),
RISK_MANAGEMENT("风险管理"),
BIG_DATA_STORAGE("大数据储存"),
DIGITAL_MARKETING("数字营销"),
CREDIT_RATING_AGENCIES("征信评级机构");

@ -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");
}
}

Loading…
Cancel
Save