feat: withdraw
This commit is contained in:
@ -52,3 +52,9 @@ export const ProfitStatusDescriptions = {
|
||||
OTHER: '',
|
||||
FINISHED: '已分账',
|
||||
};
|
||||
|
||||
export const WithdrawStatusDescriptions = {
|
||||
0: '提现中',
|
||||
1: '已提现',
|
||||
2: '失败',
|
||||
};
|
||||
|
Reference in New Issue
Block a user