|  |  |  | 
|---|
|  |  |  | String result = ""; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //封装参数 | 
|---|
|  |  |  | ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_11, Constant.API_CODE_1114_1503); | 
|---|
|  |  |  | ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_11, Constant.API_CODE_1503); | 
|---|
|  |  |  | Api1503 d; | 
|---|
|  |  |  | for (Api1503 data : items) { | 
|---|
|  |  |  | d = new Api1503(); | 
|---|
|  |  |  | 
|---|
|  |  |  | private String pushDataList(List<Api1503> items, ApiRemoteService apiRemoteService, ApiConfs apiConf) { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //封装参数 | 
|---|
|  |  |  | ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_11, Constant.API_CODE_1114_1503); | 
|---|
|  |  |  | ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_11, Constant.API_CODE_1503); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //推送,数据为集合形式 | 
|---|
|  |  |  | ResponseDto responseDto = apiRemoteService.pushData(param, apiConf, items); | 
|---|