This commit is contained in:
xiaozhiyong
2024-02-21 09:50:34 +08:00
parent a4bf992e9b
commit 7fae7312ea
2 changed files with 35 additions and 52 deletions

View File

@@ -10,4 +10,12 @@ export default {
data: data
})
},
// 积分处理
wxPayIntegral(data) {
return request({
url: '/oil-pay/yiBaoPay/wxPayIntegral',
method: 'post',
data: data
})
},
}