From 63d0d64a1fa4f47284d9186bfacf2db27919a993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 25 Feb 2026 14:59:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(dealer):=20=E7=A7=BB=E9=99=A4=E6=8F=90?= =?UTF-8?q?=E6=AC=BE=E7=94=B3=E8=AF=B7=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了提款请求中的 applyStatus 字段,该字段不再需要 - 修复了微信钱包提款流程中的冗余状态设置 - 简化了提款数据结构,提高代码可维护性 --- src/dealer/withdraw/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dealer/withdraw/index.tsx b/src/dealer/withdraw/index.tsx index 2a04c6e..cbb068b 100644 --- a/src/dealer/withdraw/index.tsx +++ b/src/dealer/withdraw/index.tsx @@ -323,7 +323,6 @@ const DealerWithdraw: React.FC = () => { money: values.amount, // Only support WeChat wallet withdrawals. payType: 10, - applyStatus: 10, // 待审核 platform: 'MiniProgram' }