diff --git a/src/api/fee/printSmallPayFeeApi.js b/src/api/fee/printSmallPayFeeApi.js index 217905c8f..9ab0d26b7 100644 --- a/src/api/fee/printSmallPayFeeApi.js +++ b/src/api/fee/printSmallPayFeeApi.js @@ -59,7 +59,7 @@ export function queryFeePrintSpec(params) { export function listMachinePrinter(params) { return new Promise((resolve, reject) => { request({ - url: '/printer/listMachinePrinter', + url: '/printer.listMachinePrinter', method: 'get', params: { ...params,