|
|
|
@ -1235,6 +1235,7 @@ public class AisinoConsoleInvoiceApiServiceImpl implements IInvoiceApiService { |
|
|
|
|
} |
|
|
|
|
InterfaceData jg = taxInvoiceFactory.getQueryInfoHandler(TaxTypeEnum.getTaxType(interfaceData.getMachineType())).vehicleInvoiceExp(interfaceData); |
|
|
|
|
return ProtocolUtil.packageProtocol(InterfaceDataUtil.replaceInterfaceData(interfaceData, jg)); |
|
|
|
|
|
|
|
|
|
} catch (JSONException jsonException) { |
|
|
|
|
log.error(jsonException.getMessage(), jsonException); |
|
|
|
|
return InterfaceDataUtil.error("9999", "参数解析异常"); |
|
|
|
|