This commit is contained in:
lixuan
2022-12-06 18:12:13 +08:00
parent a43da27bda
commit 386045339f
4 changed files with 257 additions and 42 deletions

View File

@@ -10,6 +10,14 @@ export default {
data:data
})
},
//查询不可用油卡
getSyncDeductions (data) {
return request({
url: `/oil-dict/areaCode/getSyncDeductions`,
method: 'post',
data:data
})
},
//获取用户油卡账户信息 (个人 / 自营 / 外请)
getUserAccount (data) {
return request({