Przeglądaj źródła

vfj第9章数据查询类接口

master
yangpeilai 3 tygodni temu
rodzic
commit
c304b18499

+ 18
- 0
zhywpt-service-inss/src/main/java/cn/com/taiji/inss/manager/handler/VfjServiceHandler.java Wyświetl plik

private VfjApp4PinBlockManager vfjApp4PinBlockManager; private VfjApp4PinBlockManager vfjApp4PinBlockManager;
@Autowired @Autowired
private VfjConfirm4PinBlockManager vfjConfirm4PinBlockManager; private VfjConfirm4PinBlockManager vfjConfirm4PinBlockManager;
@Autowired
private VfjQryCardBatchManager vfjQryCardBatchManager;
@Autowired
private VfjQryCardsManager vfjQryCardsManager;
@Autowired
private VfjQrySmObuBatchManager vfjQrySmObuBatchManager;
@Autowired
private VfjQueryGmobusManager vfjQueryGmobusManager;
@Autowired
private VfjQueryScobusManager vfjQueryScobusManager;
@Autowired
private VfjQueryTriDesObusManager vfjQueryTriDesObusManager;


@Override @Override
protected <T extends AbstractSignTypeRequest<?>> AbstractSignTypeResponse handleInternal(T request, SignJsonRequest jsonReq, AbstractHttpRequestInfo reqInfo) throws ServiceHandleException { protected <T extends AbstractSignTypeRequest<?>> AbstractSignTypeResponse handleInternal(T request, SignJsonRequest jsonReq, AbstractHttpRequestInfo reqInfo) throws ServiceHandleException {
case CONFIRM4PINBLOCK: case CONFIRM4PINBLOCK:
return vfjConfirm4PinBlockManager.serviceHandle(cmd, (VfjConfirm4PinBlockRequest) request); return vfjConfirm4PinBlockManager.serviceHandle(cmd, (VfjConfirm4PinBlockRequest) request);
case QRYCARDBATCH: case QRYCARDBATCH:
return vfjQryCardBatchManager.serviceHandle(cmd, (VfjQryCardBatchRequest) request);
case QRYCARDS: case QRYCARDS:
return vfjQryCardsManager.serviceHandle(cmd, (VfjQryCardsRequest) request);
case QRYSMOBUBATCH: case QRYSMOBUBATCH:
return vfjQrySmObuBatchManager.serviceHandle(cmd, (VfjQrySmObuBatchRequest) request);
case QUERYGMOBUS: case QUERYGMOBUS:
return vfjQueryGmobusManager.serviceHandle(cmd, (VfjQueryGmobusRequest) request);
case QUERYSCOBUS: case QUERYSCOBUS:
return vfjQueryScobusManager.serviceHandle(cmd, (VfjQueryScobusRequest) request);
case QUERYTRIDESOBUS: case QUERYTRIDESOBUS:
return vfjQueryTriDesObusManager.serviceHandle(cmd, (VfjQueryTriDesObusRequest) request);
default: default:
throw FileProtocolSystemError.NOT_SUPPORT.toHandleException(jsonReq.getIfCode()); throw FileProtocolSystemError.NOT_SUPPORT.toHandleException(jsonReq.getIfCode());
} }

Ładowanie…
Anuluj
Zapisz