feat: 网络层优化
This commit is contained in:
@@ -21,5 +21,5 @@ export async function getPaymentFlowList(
|
||||
const limit = Number(params.limit) || 10;
|
||||
return { code: 200, msg: 'success', data: buildMockPaymentFlowPage(page, limit, params) };
|
||||
}
|
||||
return get('/admin/finance/paymentFlow/page', params as Record<string, any>);
|
||||
return get('/finance/paymentFlow/page', params as Record<string, any>);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user