Refactor API requests and update component imports
This commit is contained in:
11
enum/index.ts
Normal file
11
enum/index.ts
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* 交易分类
|
||||
*/
|
||||
export const bizTypeMap = {
|
||||
1: '充值',
|
||||
2: '充值退款',
|
||||
3: '支付',
|
||||
4: '支付退款',
|
||||
5: '分佣到账',
|
||||
6: '分佣体现',
|
||||
} as Record<number, string>
|
||||
Reference in New Issue
Block a user