Merge branch 'trunk' into feat/update-login

This commit is contained in:
chashaobao
2025-06-15 01:09:35 +08:00
15 changed files with 312 additions and 36 deletions

View File

@ -52,3 +52,9 @@ export const ProfitStatusDescriptions = {
OTHER: '',
FINISHED: '已分账',
};
export const WithdrawStatusDescriptions = {
0: '提现中',
1: '已提现',
2: '失败',
};