会员支付

This commit is contained in:
唐明明
2022-06-09 18:13:41 +08:00
parent ae176de80e
commit 8b454d6db1
26 changed files with 4135 additions and 4075 deletions

View File

@@ -24,7 +24,17 @@ const recharge = (data) => {
})
}
// 订单信息
const payment = (data) => {
return request({
url: "user/transaction/recharge/payment",
method: "POST",
data
})
}
export {
dt,
recharge
recharge,
payment
}