1
This commit is contained in:
@@ -10,4 +10,19 @@ export default {
|
||||
data: data
|
||||
})
|
||||
},
|
||||
//获取所有油卡
|
||||
getLoginCustomerId(customerId) {
|
||||
return request({
|
||||
url: `/oil-finance/oilCustomerCompanyAccount/getLoginCustomerId/${customerId}`,
|
||||
method: 'GET',
|
||||
})
|
||||
},
|
||||
//确认切换油卡
|
||||
chooseCompanyCard(data) {
|
||||
return request({
|
||||
url: `/oil-identity/operationUser/chooseCompanyCard`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user