import http from '@/util/http.js' // 查询钱包记录 export const selectWalletRecords = (data) => { return http({ method: 'POST', url: '/cashCollection/selectWalletRecords', data }) }