fix(dealer): 移除提款申请状态字段
- 移除了提款请求中的 applyStatus 字段,该字段不再需要 - 修复了微信钱包提款流程中的冗余状态设置 - 简化了提款数据结构,提高代码可维护性
This commit is contained in:
@@ -323,7 +323,6 @@ const DealerWithdraw: React.FC = () => {
|
||||
money: values.amount,
|
||||
// Only support WeChat wallet withdrawals.
|
||||
payType: 10,
|
||||
applyStatus: 10, // 待审核
|
||||
platform: 'MiniProgram'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user