修改部分文字,注释未使用的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
// }
// })
// }
/**
* 现金支付