fix: pos刷卡推荐功能新增。
This commit is contained in:
@@ -42,3 +42,12 @@ export function delPosmachine(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询信用卡刷pos机信息列表
|
||||
export function creditPosList(query) {
|
||||
return request({
|
||||
url: '/invest/posmachine/creditPosList',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user