| | |
| | | return api1108; |
| | | } |
| | | if (NX2023Constant.NX_2023_API_CODE_1109.equals(inteId)) { |
| | | Nx2023Api1109 api1109 = new Nx2023Api1109(); |
| | | Api1109 apiData = (Api1109) data; |
| | | apiData.setWjl(FileUtils.fileToByteString(apiData.getWjdz())); |
| | | return apiData; |
| | | BeanUtils.copyProperties(apiData, api1109); |
| | | Map<String, String> map = new HashMap<>(); |
| | | map.put(apiData.getWjmc(), FileUtils.fileToByteString(apiData.getWjdz())); |
| | | api1109.setWjl(JSON.toJSONString(map)); |
| | | return api1109; |
| | | } |
| | | if (NX2023Constant.NX_2023_API_CODE_1111.equals(inteId)) { |
| | | Nx2023Api1111 api1111 = new Nx2023Api1111(); |
| | |
| | | BeanUtils.copyProperties(data, api1201); |
| | | return api1201; |
| | | } |
| | | if (NX2023Constant.NX_2023_API_CODE_1203.equals(inteId)) { |
| | | Nx2023Api1203 api1203 = new Nx2023Api1203(); |
| | | BeanUtils.copyProperties(data, api1203); |
| | | return api1203; |
| | | } |
| | | |
| | | if (NX2023Constant.NX_2023_API_CODE_1211.equals(inteId)) { |
| | | Nx2023Api1211 api1211 = new Nx2023Api1211(); |
| | | BeanUtils.copyProperties(data, api1211); |
| | |
| | | } |
| | | return object; |
| | | } |
| | | |
| | | @Override |
| | | public ResponseDto pullData(ApiParam param, ApiConfs conf) { |
| | | //该协议无此实现 |
| | | return null; |
| | | } |
| | | |
| | | } |