feat: 网络层优化

This commit is contained in:
ZhuRui
2026-07-31 18:15:24 +08:00
parent 3b107e8d52
commit 3e94ce60ec
41 changed files with 900 additions and 87 deletions
+1 -1
View File
@@ -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>);
}