会员支付

This commit is contained in:
魏啾
2024-03-13 18:26:22 +08:00
parent c1d4405d0e
commit ec1fe43f3d
5 changed files with 106 additions and 50 deletions

View File

@@ -43,4 +43,15 @@ export function accountPaymember(data) {
data
});
}
/**
* 会员扫码充值
* @param {*} params
* @returns
*/
export function membermemberScanPay(data) {
return request({
method: "post",
url: "member/memberScanPay",
data
});
}