修改部分文字,注释未使用的scanPay方法接口

This commit is contained in:
2026-03-13 13:26:13 +08:00
parent 4b1e8066f0
commit ffe9fa58f2
3 changed files with 11 additions and 11 deletions

View File

@@ -19,15 +19,15 @@ export function getOrderPayUrl(data, urlType = 'order') {
* 扫码支付
* @returns
*/
export function scanPay(data, urlType = 'order') {
return request({
url: `${urlType}/pay/scanPay`,
method: "POST",
data: {
...data
}
})
}
// export function scanPay(data, urlType = 'order') {
// return request({
// url: `${urlType}/pay/scanPay`,
// method: "POST",
// data: {
// ...data
// }
// })
// }
/**
* 现金支付

View File

@@ -120,7 +120,7 @@ const pageData = reactive({
bgcolor: "#31ACFE",
},
{
payType: "主扫收款",
payType: "扫码收款金额",
key: "backScanPayAmount",
payAmount: 0,
bgcolor: "#FF5C6D",

View File

@@ -282,7 +282,7 @@
} from "@/http/yskApi/market/discountActivity.js";
import {
scanPay,
// scanPay,
microPay,
cashPay,
vipPay,