|  |  |  | 
|---|
|  |  |  | public String pushData(List<Api9110> 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_9110); | 
|---|
|  |  |  | ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_90, Constant.API_CODE_9110); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Api9110 d; | 
|---|
|  |  |  | for (Api9110 data : items) { | 
|---|
|  |  |  | 
|---|
|  |  |  | private String pushDataList(List<Api9110> items, ApiRemoteService apiRemoteService, ApiConfs apiConf) { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //封装参数 | 
|---|
|  |  |  | ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_11, Constant.API_CODE_9110); | 
|---|
|  |  |  | ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_90, Constant.API_CODE_9110); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //推送,数据为集合形式 | 
|---|