优化结算订单

This commit is contained in:
gyq
2024-03-15 11:12:55 +08:00
parent 861e62ce15
commit 2b8910f6a1
8 changed files with 107 additions and 38 deletions

View File

@@ -76,4 +76,17 @@ export function queryOrder(params) {
url: "pay/queryOrder",
params
});
}
/**
* 打印
* @param {*} params
* @returns
*/
export function print(params) {
return request({
method: "get",
url: "cloudPrinter/print",
params
});
}