Refactor API requests and update component imports

This commit is contained in:
wangqiao
2025-08-18 14:28:10 +08:00
parent 07b4d3de99
commit 9ae3abeded
91 changed files with 669 additions and 884 deletions

11
enum/index.ts Normal file
View File

@ -0,0 +1,11 @@
/**
* 交易分类
*/
export const bizTypeMap = {
1: '充值',
2: '充值退款',
3: '支付',
4: '支付退款',
5: '分佣到账',
6: '分佣体现',
} as Record<number, string>