From 4417302d56e6b966c06ef0db3659d3e438e31438 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 9 Sep 2025 10:21:48 +0800 Subject: [PATCH] v1.9 bug can not query cloud printer --- src/api/fee/printSmallPayFeeApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,