| | |
| | | String[] interfaces = ids.split(";"); |
| | | for (String inteId : interfaces) { |
| | | log.info("执行接口={}的数据上报", inteId); |
| | | param.setInteId(inteId); |
| | | getDataToPush(param, inteId); |
| | | } |
| | | |
| | | } |
| | | |
| | | private void getDataToPush(ApiParam param, String inteId) { |
| | | param.setInteCategory(Constant.API_CATEGORY_11); |
| | | param.setInteId(inteId); |
| | | |
| | | switch (inteId) { |
| | | case "1101": |
| | |
| | | sh2023PushService12.pushData1207(apiRemoteService, param); |
| | | break; |
| | | case "1208": |
| | | sh2023PushService12.pushData1209(apiRemoteService, param); |
| | | sh2023PushService12.pushData1208(apiRemoteService, param); |
| | | break; |
| | | case "1209": |
| | | sh2023PushService12.pushData1209(apiRemoteService, param); |