feat:【PAY 支付】示例转账单,改成示例提现单,理解成本更低

This commit is contained in:
YunaiV
2025-05-08 13:09:25 +08:00
parent f5b48f8e8c
commit 79e9bea6be
5 changed files with 56 additions and 231 deletions

View File

@ -18,7 +18,7 @@ export const createTransfer = async (data: TransferVO) => {
}
// 查询转账单列表
export const getTransferPage = async (params) => {
export const getTransferPage = async (params: PageParam) => {
return await request.get({ url: `/pay/transfer/page`, params })
}