Skip to content

Commit

Permalink
refactor: update bill post
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Nov 5, 2024
1 parent fbc96ee commit 2b29aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/bill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export function serviceCreateBillType(data: object) {
}

// 资金流动
export function serviceGetBill(params?: object) {
return http.get('/bill', { params })
export function serviceGetBill(data?: object) {
return http.post('/bill/get', data)
}

export function serviceDeleteBill(id: string) {
Expand Down

0 comments on commit 2b29aa6

Please sign in to comment.