Commit 4417302d56e6b966c06ef0db3659d3e438e31438
1 parent
632de291
v1.9 bug can not query cloud printer
Showing
1 changed file
with
1 additions
and
1 deletions
src/api/fee/printSmallPayFeeApi.js
| @@ -59,7 +59,7 @@ export function queryFeePrintSpec(params) { | @@ -59,7 +59,7 @@ export function queryFeePrintSpec(params) { | ||
| 59 | export function listMachinePrinter(params) { | 59 | export function listMachinePrinter(params) { |
| 60 | return new Promise((resolve, reject) => { | 60 | return new Promise((resolve, reject) => { |
| 61 | request({ | 61 | request({ |
| 62 | - url: '/printer/listMachinePrinter', | 62 | + url: '/printer.listMachinePrinter', |
| 63 | method: 'get', | 63 | method: 'get', |
| 64 | params: { | 64 | params: { |
| 65 | ...params, | 65 | ...params, |