| | |
| | | public String pushData(List<Api9109> items) { |
| | | |
| | | //获取配置 |
| | | String kqdm = items.get(0).getKqdm(); |
| | | String kqdm = items.get(0).getBizId(); |
| | | ApiConfs apiConf = apiCommonService.getConf(kqdm); |
| | | |
| | | if (null == apiConf) { |
| | |
| | | String result = ""; |
| | | |
| | | //封装参数 |
| | | ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_11, Constant.API_CODE_9109); |
| | | ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_90, Constant.API_CODE_9109); |
| | | |
| | | Api9109 d; |
| | | for (Api9109 data : items) { |
| | |
| | | private String pushDataList(List<Api9109> items, ApiRemoteService apiRemoteService, ApiConfs apiConf) { |
| | | |
| | | //封装参数 |
| | | ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_11, Constant.API_CODE_9109); |
| | | ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_90, Constant.API_CODE_9109); |
| | | |
| | | |
| | | //推送,数据为集合形式 |