fix: pos刷卡推荐功能新增。

This commit is contained in:
tianyongbao
2025-01-26 17:17:42 +08:00
parent 72b8aeeb7e
commit edcdab175a
2 changed files with 189 additions and 0 deletions

View File

@@ -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
})
}