fix(dealer): 移除提款申请状态字段

- 移除了提款请求中的 applyStatus 字段,该字段不再需要
- 修复了微信钱包提款流程中的冗余状态设置
- 简化了提款数据结构,提高代码可维护性
This commit is contained in:
2026-02-25 14:59:11 +08:00
parent 5840bea66b
commit 63d0d64a1f

View File

@@ -323,7 +323,6 @@ const DealerWithdraw: React.FC = () => {
money: values.amount,
// Only support WeChat wallet withdrawals.
payType: 10,
applyStatus: 10, // 待审核
platform: 'MiniProgram'
}