订单退单

This commit is contained in:
魏啾
2024-03-15 10:29:33 +08:00
parent 861e62ce15
commit ba7efac5d1
4 changed files with 54 additions and 20 deletions

View File

@@ -37,3 +37,15 @@ export function payreturnOrder(data) {
});
}
/**
* 打印
* @param {*} params
* @returns
*/
export function cloudPrinterprint(params) {
return request({
method: "post",
url: "cloudPrinter/print",
params
});
}