This commit is contained in:
xiaozhiyong
2024-07-05 10:56:00 +08:00
parent ff2e39e15b
commit 6f434e41bb
2 changed files with 52 additions and 5 deletions

View File

@@ -17,6 +17,14 @@ export default {
method: 'GET',
})
},
// 返回当前油卡信息
getInfoByParam(params) {
return request({
url: '/oil-finance/oilCustomerCompanyAccount/getInfoByParam',
method: 'POST',
data:params
})
},
//确认切换油卡
chooseCompanyCard(data) {
return request({